Re: [Qemu-devel] [PATCH 3/7] target-mips: Always evaluate debugging macro arguments

2012-09-18 Thread Aurelien Jarno
On Mon, Sep 17, 2012 at 02:35:09PM -0700, Richard Henderson wrote: > Done inside an if (0) so that it is easily eliminated as dead code. > But this will prevent some of the compilation errors with debugging > enabled from creeping back in. > > Signed-off-by: Richard Henderson > --- > target-mips

[Qemu-devel] [PATCH 3/7] target-mips: Always evaluate debugging macro arguments

2012-09-17 Thread Richard Henderson
Done inside an if (0) so that it is easily eliminated as dead code. But this will prevent some of the compilation errors with debugging enabled from creeping back in. Signed-off-by: Richard Henderson --- target-mips/translate.c | 48 +++- 1 file change