All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix build error with --disable-cpu-emulation
@ 2011-08-09 13:51 Arjan Koers
  0 siblings, 0 replies; only message in thread
From: Arjan Koers @ 2011-08-09 13:51 UTC (permalink / raw)
  To: avi, mtosatti; +Cc: kvm

Fix build error with --disable-cpu-emulation which did
break in 4183a43d1405fbb9da3ccb3dcff223266a36df9f

Signed-off-by: Arjan Koers <0h61vkll2ly8@xutrox.com>
---
 target-i386/fake-exec.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/target-i386/fake-exec.c b/target-i386/fake-exec.c
index e6f8363..da4bd36 100644
--- a/target-i386/fake-exec.c
+++ b/target-i386/fake-exec.c
@@ -31,9 +31,7 @@ void cpu_gen_init(void)
 }

 int cpu_restore_state(TranslationBlock *tb,
-                      CPUState *env, unsigned long searched_pc,
-                      void *puc)
-
+                      CPUState *env, unsigned long searched_pc)
 {
     return 0;
 }
-- 
1.7.2.5

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

only message in thread, other threads:[~2011-08-09 14:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-09 13:51 [PATCH] Fix build error with --disable-cpu-emulation Arjan Koers

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.