aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-23 13:52:00 +0000
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-23 13:52:00 +0000
commit875cdcf6510264cfef34116008e9185ca7e45680 (patch)
treeb1be6f17ea3ac2699f04105dcd9e8cd1eae1fc0a /exec-all.h
parentAdditional exclusive load/store instruction are v6K, not v6T2. (diff)
downloadqemu-kvm-875cdcf6510264cfef34116008e9185ca7e45680.tar.gz
qemu-kvm-875cdcf6510264cfef34116008e9185ca7e45680.tar.bz2
qemu-kvm-875cdcf6510264cfef34116008e9185ca7e45680.zip
protect exec-all.h frm multiple inclusion (Glauber Costa)
Signed-off-by: Glauber Costa <glommer@redhat.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5519 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'exec-all.h')
-rw-r--r--exec-all.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/exec-all.h b/exec-all.h
index 6609c9a25..e3da98a7f 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