target/unicore32: Replace DPRINTF() by qemu_log_mask(GUEST_ERROR)
commit7a7b66323435c998c63797e33bb5403bc31e2570
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 3 Jun 2020 12:37:53 +0000 (3 14:37 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 9 Jun 2020 17:58:53 +0000 (9 19:58 +0200)
tree48066837fe58ca2bf4976c83d28f76ce07c72057
parentc421f81826386687ace2066c81ef661e81a8d0a2
target/unicore32: Replace DPRINTF() by qemu_log_mask(GUEST_ERROR)

Replace disabled DPRINTF() by qemu_log_mask(GUEST_ERROR).

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200603123754.19059-3-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target/unicore32/helper.c