Fix build error with --disable-cpu-emulation which did break in 4183a43d1405fbb9da3ccb3dcff223266a36df9f Signed-off-by: Arjan Koers <0h61vkll2ly8@xxxxxxxxxx> --- 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 -- 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