summaryrefslogtreecommitdiff
path: root/src/lj_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_arch.h')
-rw-r--r--src/lj_arch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h
index b361e3dc..3c6d9e9c 100644
--- a/src/lj_arch.h
+++ b/src/lj_arch.h
@@ -232,6 +232,8 @@
232#define LJ_HASFFI 1 232#define LJ_HASFFI 1
233#endif 233#endif
234 234
235#define LJ_SOFTFP (!LJ_ARCH_HASFPU)
236
235#if LJ_ARCH_ENDIAN == LUAJIT_BE 237#if LJ_ARCH_ENDIAN == LUAJIT_BE
236#define LJ_LE 0 238#define LJ_LE 0
237#define LJ_BE 1 239#define LJ_BE 1