Re: [Qemu-devel] [PATCH] m68k: Replace gen_im32() by tcg_const_i32()

2011-06-05 Thread Andreas Färber
I would add as description: "This resolves a FIXME." Is "by" grammatically correct here? I would've thought to replace sth. "with" sth., by s.o. Am 25.03.2011 um 20:36 schrieb Laurent Vivier: Signed-off-by: Laurent Vivier This patch accurately inlines and removes gen_im32(). Reviewed-by

[Qemu-devel] [PATCH] m68k: Replace gen_im32() by tcg_const_i32()

2011-03-25 Thread Laurent Vivier
Signed-off-by: Laurent Vivier --- target-m68k/translate.c | 43 --- 1 files changed, 20 insertions(+), 23 deletions(-) diff --git a/target-m68k/translate.c b/target-m68k/translate.c index 6f72a2b..be56aaa 100644 --- a/target-m68k/translate.c +++ b/target