]> Git Repo - qemu.git/commit
target-lm32: disable asm logging via LOG_DIS()
authorMichael Walle <[email protected]>
Wed, 12 Oct 2016 22:35:06 +0000 (00:35 +0200)
committerMichael Tokarev <[email protected]>
Fri, 28 Oct 2016 15:17:23 +0000 (18:17 +0300)
commit19f846b19f4bb5ef187da057d40f0507e3842625
tree98587de168a35dd0e73ca327b4032047989e5e80
parent49285e11d8ce90d2fd76d8bf16b330731e220495
target-lm32: disable asm logging via LOG_DIS()

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.

Signed-off-by: Michael Walle <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
target-lm32/translate.c
This page took 0.025146 seconds and 4 git commands to generate.