* [PATCH] Fix build without cpu-emulation
@ 2011-08-26 13:13 Bernhard Held
0 siblings, 0 replies; only message in thread
From: Bernhard Held @ 2011-08-26 13:13 UTC (permalink / raw)
To: kvm; +Cc: Stefan Weil
Commit 618ba removed parameter puc, fix it in fake-exec.c.
Signed-off-by: Bernhard Held <bheld@mgpi.de>
---
target-i386/fake-exec.c | 4 +---
target-ia64/fake-exec.c | 4 +---
2 files changed, 2 insertions(+), 6 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;
}
diff --git a/target-ia64/fake-exec.c b/target-ia64/fake-exec.c
index 8d6ded0..eaadadb 100644
--- a/target-ia64/fake-exec.c
+++ b/target-ia64/fake-exec.c
@@ -42,9 +42,7 @@ void tcg_dump_info(FILE *f,
}
int cpu_restore_state(TranslationBlock *tb,
- CPUState *env, unsigned long searched_pc,
- void *puc)
-
+ CPUState *env, unsigned long searched_pc)
{
return 0;
}
--
1.7.6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-08-26 13:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-26 13:13 [PATCH] Fix build without cpu-emulation Bernhard Held
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox