mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-09 21:53:16 +00:00
target-sh4: disable debug code
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6014 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
71968fa65b
commit
bacc637a44
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user