qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 02/32] protect exec-all.h frm multiple inclusion


From: Anthony Liguori
Subject: [Qemu-devel] Re: [PATCH 02/32] protect exec-all.h frm multiple inclusion
Date: Thu, 23 Oct 2008 08:52:22 -0500
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

Glauber Costa wrote:
Signed-off-by: Glauber Costa <address@hidden>

Applied.  Thanks.

Regards,

Anthony Liguori

---
 exec-all.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/exec-all.h b/exec-all.h
index 6609c9a..e3da98a 100644
--- a/exec-all.h
+++ b/exec-all.h
@@ -18,6 +18,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */

+#ifndef _EXEC_ALL_H_
+#define _EXEC_ALL_H_
 /* allow to see translation results - the slowdown should be negligible, so we 
leave it */
 #define DEBUG_DISAS

@@ -385,3 +387,4 @@ static inline int kqemu_is_ok(CPUState *env)
 }

 #endif
+#endif





reply via email to

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