diff options
Diffstat (limited to 'target-sh4')
-rw-r--r-- | target-sh4/translate.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target-sh4/translate.c b/target-sh4/translate.c index d5d5d50977..55b6c439c0 100644 --- a/target-sh4/translate.c +++ b/target-sh4/translate.c @@ -1762,9 +1762,11 @@ static void _decode_opc(DisasContext * ctx) } return; } - +#if 0 fprintf(stderr, "unknown instruction 0x%04x at pc 0x%08x\n", ctx->opcode, ctx->pc); + fflush(stderr); +#endif gen_helper_raise_illegal_instruction(); ctx->bstate = BS_EXCP; } |