Re: [Qemu-devel] [Patch] remove unused params in some TCG functions

2009-12-11 Thread Laurent Desnogues
On Fri, Dec 11, 2009 at 7:33 PM, Aurelien Jarno wrote: > On Fri, Dec 11, 2009 at 05:54:06PM +0900, Jun Koi wrote: >> Hi, >> >> Thanks to everybody helping me to have more understanding on QEmu >> internals. This community is great! >> >> This trivial patch removes some unused params in tcg_out_st(

Re: [Qemu-devel] [Patch] remove unused params in some TCG functions

2009-12-11 Thread Aurelien Jarno
On Fri, Dec 11, 2009 at 05:54:06PM +0900, Jun Koi wrote: > Hi, > > Thanks to everybody helping me to have more understanding on QEmu > internals. This community is great! > > This trivial patch removes some unused params in tcg_out_st() and > tcg_out_ld(). Probably this remains from dyngen time?

[Qemu-devel] [Patch] remove unused params in some TCG functions

2009-12-11 Thread Jun Koi
Hi, Thanks to everybody helping me to have more understanding on QEmu internals. This community is great! This trivial patch removes some unused params in tcg_out_st() and tcg_out_ld(). Probably this remains from dyngen time? Thanks, Jun diff --git a/tcg/i386/tcg-target.c b/tcg/i386/tcg-targe