Re: [Qemu-devel] [PATCH 3/5] target-tricore: Add instructions of B opcode format

2014-09-27 Thread Richard Henderson
On 09/27/2014 07:58 AM, Bastian Koppelmann wrote: > Add instructions of B opcode format. > > Signed-off-by: Bastian Koppelmann > --- > target-tricore/translate.c | 27 +++ > 1 file changed, 27 insertions(+) Reviewed-by: Richard Henderson

[Qemu-devel] [PATCH 3/5] target-tricore: Add instructions of B opcode format

2014-09-27 Thread Bastian Koppelmann
Add instructions of B opcode format. Signed-off-by: Bastian Koppelmann --- target-tricore/translate.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/target-tricore/translate.c b/target-tricore/translate.c index 3ec5ca7..871c3cd 100644 --- a/target-tricore/transl