Remove remaining obsolete ARM Thumb code (486535, r=gal).

This commit is contained in:
Jacob.Bramley@arm.com 2009-06-19 09:45:52 +01:00
parent ac13e56ffd
commit 4b490c9a33
2 changed files with 3 additions and 7 deletions

View File

@ -44,11 +44,7 @@
#ifdef NANOJIT_IA32 #ifdef NANOJIT_IA32
#include "Nativei386.h" #include "Nativei386.h"
#elif defined(NANOJIT_ARM) #elif defined(NANOJIT_ARM)
#ifdef THUMB
#include "NativeThumb.h"
#else
#include "NativeARM.h" #include "NativeARM.h"
#endif
#elif defined(NANOJIT_PPC) #elif defined(NANOJIT_PPC)
#include "NativePpc.h" #include "NativePpc.h"
#elif defined(NANOJIT_SPARC) #elif defined(NANOJIT_SPARC)

View File

@ -38,8 +38,8 @@
* ***** END LICENSE BLOCK ***** */ * ***** END LICENSE BLOCK ***** */
#ifndef __nanojit_NativeArm__ #ifndef __nanojit_NativeARM__
#define __nanojit_NativeArm__ #define __nanojit_NativeARM__
#ifdef PERFM #ifdef PERFM
@ -884,4 +884,4 @@ enum {
asm_output("fcpyd %s,%s", gpn(_Dd), gpn(_Dm)); \ asm_output("fcpyd %s,%s", gpn(_Dd), gpn(_Dm)); \
} while (0) } while (0)
} }
#endif // __nanojit_NativeThumb__ #endif // __nanojit_NativeARM__