]> Git Repo - qemu.git/blobdiff - target-microblaze/translate.c
microblaze: avoid "naked" qemu_log
[qemu.git] / target-microblaze / translate.c
index 154b9d68361e4fd63ebd0d13962f15191ce60b43..9e520114a420f709ffbd38051db57b7632fdb62f 100644 (file)
@@ -1516,7 +1516,7 @@ static void dec_null(DisasContext *dc)
         t_gen_raise_exception(dc, EXCP_HW_EXCP);
         return;
     }
-    qemu_log ("unknown insn pc=%x opc=%x\n", dc->pc, dc->opcode);
+    qemu_log_mask(LOG_GUEST_ERROR, "unknown insn pc=%x opc=%x\n", dc->pc, dc->opcode);
     dc->abort_at_next_insn = 1;
 }
 
This page took 0.022479 seconds and 4 git commands to generate.