Re: [Qemu-devel] [PATCH 2/4] target-lm32: disable asm logging via LOG_DIS()

2016-10-13 Thread Peter Maydell
On 12 October 2016 at 23:35, Michael Walle wrote: > The lm32 target already has a disassembler which logs the assembly > instructions with "-d in_asm". Therefore, turn of the LOG_DIS() macro to > prevent logging the assembly instructions twice. Also turn the macro in a > one

[Qemu-devel] [PATCH 2/4] target-lm32: disable asm logging via LOG_DIS()

2016-10-12 Thread Michael Walle
The lm32 target already has a disassembler which logs the assembly instructions with "-d in_asm". Therefore, turn of the LOG_DIS() macro to prevent logging the assembly instructions twice. Also turn the macro in a one which is always compiled to catch any errors while the macro is turned off.