Commit 618ba removed parameter puc, fix it in fake-exec.c. Signed-off-by: Bernhard Held <bheld@xxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html