summaryrefslogtreecommitdiff
path: root/target-sparc
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-01-24 15:19:09 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-01-24 15:19:09 +0000
commit3cf1e035ba16423d1278ac34bea2ec795a9716a3 (patch)
tree379f8412034416eb5d872e228ad1e595d501bff6 /target-sparc
parenta6b025d37d13fffe6f2bc0b5fc8d88503348eeb7 (diff)
downloadqemu-3cf1e035ba16423d1278ac34bea2ec795a9716a3.tar.gz
added TARGET_LONG_BITS
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@580 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc')
-rw-r--r--target-sparc/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h
index 67fece7127..af5ecb5082 100644
--- a/target-sparc/cpu.h
+++ b/target-sparc/cpu.h
@@ -1,8 +1,8 @@
#ifndef CPU_SPARC_H
#define CPU_SPARC_H
-#include <setjmp.h>
-#include "config.h"
+#define TARGET_LONG_BITS 32
+
#include "cpu-defs.h"
/*#define EXCP_INTERRUPT 0x100*/