qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4819] Fix typo.
@ 2008-07-01 21:53 Paul Brook
  0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2008-07-01 21:53 UTC (permalink / raw)
  To: qemu-devel

Revision: 4819
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4819
Author:   pbrook
Date:     2008-07-01 21:53:33 +0000 (Tue, 01 Jul 2008)

Log Message:
-----------
Fix typo.

Modified Paths:
--------------
    trunk/exec.c

Modified: trunk/exec.c
===================================================================
--- trunk/exec.c	2008-07-01 21:31:54 UTC (rev 4818)
+++ trunk/exec.c	2008-07-01 21:53:33 UTC (rev 4819)
@@ -463,7 +463,7 @@
         return -EINVAL;
 
     qemu_get_be32s(f, &env->halted);
-    qemu_put_be32s(f, &env->interrupt_request);
+    qemu_get_be32s(f, &env->interrupt_request);
     tlb_flush(env, 1);
 
     return 0;

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

only message in thread, other threads:[~2008-07-01 21:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-01 21:53 [Qemu-devel] [4819] Fix typo 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).