qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 04/17] x86: avoid an extern declaration


From: Blue Swirl
Subject: [Qemu-devel] [PATCH 04/17] x86: avoid an extern declaration
Date: Thu, 21 Jun 2012 20:54:01 +0000

After the previous patch, we can use the proper
declaration in a common header file.

Signed-off-by: Blue Swirl <address@hidden>
---
 target-i386/excp_helper.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/target-i386/excp_helper.c b/target-i386/excp_helper.c
index 72bd46d..aaa5ca2 100644
--- a/target-i386/excp_helper.c
+++ b/target-i386/excp_helper.c
@@ -19,6 +19,7 @@
 
 #include "cpu.h"
 #include "qemu-log.h"
+#include "sysemu.h"
 #include "helper.h"
 
 #if 0
@@ -39,10 +40,6 @@ void helper_raise_exception(CPUX86State *env, int 
exception_index)
     raise_exception(env, exception_index);
 }
 
-
-/* This should come from sysemu.h - if we could include it here... */
-void qemu_system_reset_request(void);
-
 /*
  * Check nested exceptions and change to double or triple fault if
  * needed. It should only be called, if this is not an interrupt.
-- 
1.7.2.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]