qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [7124] Stop translation after a syscall instruciton.
@ 2009-04-16 10:56 Paul Brook
  0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2009-04-16 10:56 UTC (permalink / raw)
  To: qemu-devel

Revision: 7124
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7124
Author:   pbrook
Date:     2009-04-16 10:56:43 +0000 (Thu, 16 Apr 2009)
Log Message:
-----------
Stop translation after a syscall instruciton.

Signed-off-by: Paul Brook <paul@codesourcery.com>

Modified Paths:
--------------
    trunk/target-mips/translate.c

Modified: trunk/target-mips/translate.c
===================================================================
--- trunk/target-mips/translate.c	2009-04-16 09:58:41 UTC (rev 7123)
+++ trunk/target-mips/translate.c	2009-04-16 10:56:43 UTC (rev 7124)
@@ -7697,6 +7697,7 @@
             break;
         case OPC_SYSCALL:
             generate_exception(ctx, EXCP_SYSCALL);
+            ctx->bstate = BS_STOP;
             break;
         case OPC_BREAK:
             generate_exception(ctx, EXCP_BREAK);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-16 10:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-16 10:56 [Qemu-devel] [7124] Stop translation after a syscall instruciton Paul Brook

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).