From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arjan Koers <0h61vkll2ly8@xutrox.com> Subject: [PATCH] Fix build error with --disable-cpu-emulation Date: Tue, 09 Aug 2011 15:51:50 +0200 Message-ID: <4E413B76.4040408@xutrox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: avi@redhat.com, mtosatti@redhat.com Return-path: Received: from smtp-out1.tiscali.nl ([195.241.79.176]:46121 "EHLO smtp-out1.tiscali.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750722Ab1HIOPw (ORCPT ); Tue, 9 Aug 2011 10:15:52 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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