mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove remaining obsolete ARM Thumb code (486535, r=gal).
This commit is contained in:
parent
ac13e56ffd
commit
4b490c9a33
@ -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)
|
||||||
|
@ -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__
|
||||||
|
Loading…
Reference in New Issue
Block a user