commit | 79e8ed35977f9976b4df6f9b2550f46db77939ef | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Nov 13 13:24:26 2015 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Dec 17 17:33:47 2015 +0100 |
tree | b0aaba11e6863a9e793b54cbe77156b545979b36 | |
parent | c6ce9f176f5bc8d24ce0030198dffc8b80e77f80 [diff] [blame] |
cris: avoid "naked" qemu_log Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/target-cris/translate.c b/target-cris/translate.c index 354c86d..2429931 100644 --- a/target-cris/translate.c +++ b/target-cris/translate.c
@@ -779,7 +779,7 @@ t_gen_subx_carry(dc, dst); break; default: - qemu_log("illegal ALU op.\n"); + qemu_log_mask(LOG_GUEST_ERROR, "illegal ALU op.\n"); BUG(); break; }