commit | 3cf1e035ba16423d1278ac34bea2ec795a9716a3 | [log] [tgz] |
---|---|---|
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Sat Jan 24 15:19:09 2004 +0000 |
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Sat Jan 24 15:19:09 2004 +0000 |
tree | 379f8412034416eb5d872e228ad1e595d501bff6 | |
parent | a6b025d37d13fffe6f2bc0b5fc8d88503348eeb7 [diff] [blame] |
added TARGET_LONG_BITS git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@580 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 7f755a7..174f60d 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h
@@ -20,6 +20,8 @@ #ifndef CPU_ARM_H #define CPU_ARM_H +#define TARGET_LONG_BITS 32 + #include "cpu-defs.h" #define EXCP_UDEF 1 /* undefined instruction */