diff options
author | Mike Pall <mike> | 2011-12-12 23:12:25 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2011-12-12 23:16:55 +0100 |
commit | 03c51fc578fce2f9133e1b5baab27fae0065da6f (patch) | |
tree | 828cf7aa8eebdb3ae43456dad4ccbe7f8f9ad26b /src/lj_errmsg.h | |
parent | 1b0d64600485c0fcf53b34c1cb263b720a27b5ea (diff) | |
download | luajit-03c51fc578fce2f9133e1b5baab27fae0065da6f.tar.gz luajit-03c51fc578fce2f9133e1b5baab27fae0065da6f.tar.bz2 luajit-03c51fc578fce2f9133e1b5baab27fae0065da6f.zip |
FFI: Add callback support for ARM.
Diffstat (limited to 'src/lj_errmsg.h')
-rw-r--r-- | src/lj_errmsg.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lj_errmsg.h b/src/lj_errmsg.h index 4a4fec68..10c8395d 100644 --- a/src/lj_errmsg.h +++ b/src/lj_errmsg.h | |||
@@ -161,11 +161,7 @@ ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed") | |||
161 | ERRDEF(FFI_WRCONST, "attempt to write to constant location") | 161 | ERRDEF(FFI_WRCONST, "attempt to write to constant location") |
162 | ERRDEF(FFI_NODECL, "missing declaration for symbol " LUA_QS) | 162 | ERRDEF(FFI_NODECL, "missing declaration for symbol " LUA_QS) |
163 | ERRDEF(FFI_BADCBACK, "bad callback") | 163 | ERRDEF(FFI_BADCBACK, "bad callback") |
164 | #if LJ_TARGET_X86ORX64 || LJ_TARGET_PPC | ||
165 | ERRDEF(FFI_CBACKOV, "too many callbacks") | 164 | ERRDEF(FFI_CBACKOV, "too many callbacks") |
166 | #else | ||
167 | ERRDEF(FFI_CBACKOV, "no support for callbacks (yet)") | ||
168 | #endif | ||
169 | ERRDEF(FFI_NYIPACKBIT, "NYI: packed bit fields") | 165 | ERRDEF(FFI_NYIPACKBIT, "NYI: packed bit fields") |
170 | ERRDEF(FFI_NYICALL, "NYI: cannot call this C function (yet)") | 166 | ERRDEF(FFI_NYICALL, "NYI: cannot call this C function (yet)") |
171 | #endif | 167 | #endif |