* [Qemu-devel] [6014] target-sh4: disable debug code
@ 2008-12-13 18:57 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-12-13 18:57 UTC (permalink / raw)
To: qemu-devel
Revision: 6014
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6014
Author: aurel32
Date: 2008-12-13 18:57:46 +0000 (Sat, 13 Dec 2008)
Log Message:
-----------
target-sh4: disable debug code
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/target-sh4/translate.c
Modified: trunk/target-sh4/translate.c
===================================================================
--- trunk/target-sh4/translate.c 2008-12-13 18:57:37 UTC (rev 6013)
+++ trunk/target-sh4/translate.c 2008-12-13 18:57:46 UTC (rev 6014)
@@ -1762,9 +1762,11 @@
}
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;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-13 18:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-13 18:57 [Qemu-devel] [6014] target-sh4: disable debug code Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).