Re: [Qemu-devel] [PATCH 06/11] target-mips: add gen_base_offset_addr

2009-11-28 Thread Aurelien Jarno
On Mon, Nov 23, 2009 at 12:50:04PM -0800, Nathan Froyd wrote: > This is a common pattern in existing code. We'll also use it to > implement the mips16 SAVE/RESTORE instructions. > > Signed-off-by: Nathan Froyd > --- > target-mips/translate.c | 40 > 1

[Qemu-devel] [PATCH 06/11] target-mips: add gen_base_offset_addr

2009-11-23 Thread Nathan Froyd
This is a common pattern in existing code. We'll also use it to implement the mips16 SAVE/RESTORE instructions. Signed-off-by: Nathan Froyd --- target-mips/translate.c | 40 1 files changed, 16 insertions(+), 24 deletions(-) diff --git a/target-mips/t