зеркало из https://github.com/mozilla/pjs.git
Bug 523416 - fix the blx_lr_broken implementation, r=sayrer.
This commit is contained in:
Родитель
e9e0dcbbf2
Коммит
33edfb3abb
|
@ -42,9 +42,7 @@
|
|||
|
||||
#ifdef UNDER_CE
|
||||
#include <cmnintrin.h>
|
||||
static inline bool blx_lr_broken() {
|
||||
return false;
|
||||
}
|
||||
extern "C" bool blx_lr_broken();
|
||||
#endif
|
||||
|
||||
#if defined(AVMPLUS_LINUX)
|
||||
|
|
|
@ -45,6 +45,13 @@
|
|||
typedef void *maddr_ptr;
|
||||
#endif
|
||||
|
||||
#if defined(AVMPLUS_ARM) && defined(UNDER_CE)
|
||||
extern "C" bool
|
||||
blx_lr_broken() {
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
using namespace avmplus;
|
||||
|
||||
Config AvmCore::config;
|
||||
|
|
Загрузка…
Ссылка в новой задаче