Re: [Qemu-devel] [PATCH 13/22] tcg-i386: Tidy push/pop.

2010-05-21 Thread Aurelien Jarno
On Wed, Apr 14, 2010 at 10:59:48AM -0700, Richard Henderson wrote: > Move tcg_out_push/pop up in the file so that they can be used > by qemu_ld/st. Define a tcg_out_pushi to be used as well. > > Signed-off-by: Richard Henderson > --- > tcg/i386/tcg-target.c | 50 ++

[Qemu-devel] [PATCH 13/22] tcg-i386: Tidy push/pop.

2010-04-28 Thread Richard Henderson
Move tcg_out_push/pop up in the file so that they can be used by qemu_ld/st. Define a tcg_out_pushi to be used as well. Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.c | 50 +++- 1 files changed, 32 insertions(+), 18 deletions(-) diff --