Re: [Qemu-devel] [PATCH] target-ppc: Fix 2nd parameter for tcg_gen_shri_tl

2012-06-25 Thread Andreas Färber
Am 24.06.2012 17:14, schrieb Alexander Graf: > On 24.06.2012, at 16:18, Stefan Weil wrote: > >> This fixes a compiler error when QEMU was configured with --enable-debug. >> >> Signed-off-by: Stefan Weil >> --- >> >> Alex, please review. It fixes the compiler error, but I did the change >> simply

Re: [Qemu-devel] [PATCH] target-ppc: Fix 2nd parameter for tcg_gen_shri_tl

2012-06-24 Thread Alexander Graf
On 24.06.2012, at 16:18, Stefan Weil wrote: > This fixes a compiler error when QEMU was configured with --enable-debug. > > Signed-off-by: Stefan Weil > --- > > Alex, please review. It fixes the compiler error, but I did the change > simply by comparision with other functions, so I have no i

[Qemu-devel] [PATCH] target-ppc: Fix 2nd parameter for tcg_gen_shri_tl

2012-06-24 Thread Stefan Weil
This fixes a compiler error when QEMU was configured with --enable-debug. Signed-off-by: Stefan Weil --- Alex, please review. It fixes the compiler error, but I did the change simply by comparision with other functions, so I have no idea whether it is really correct. Regards, Stefan target-pp