Add .thumb to RCTProfileTrampoline-arm.S
Reviewed By: jasonprado Differential Revision: D3079658 fb-gh-sync-id: a20195f8be1c90a4feb6ec30a6a06edc5cc59ccd shipit-source-id: a20195f8be1c90a4feb6ec30a6a06edc5cc59ccd
This commit is contained in:
parent
236dadad96
commit
2ec88028f5
|
@ -10,6 +10,10 @@
|
|||
#include "RCTDefines.h"
|
||||
#include "RCTMacros.h"
|
||||
|
||||
#if defined(OSMETA_PLATFORM_WINDOWS) && (defined(__arm__) || defined(__thumb__))
|
||||
.thumb
|
||||
#endif
|
||||
|
||||
#if RCT_DEV && defined(__arm__)
|
||||
|
||||
.thumb
|
||||
|
|
Loading…
Reference in New Issue