diff options
author | Mike Pall <mike> | 2020-05-08 14:00:07 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2020-05-08 14:00:07 +0200 |
commit | d5e12d5174720fbd3c5fad4e02da5850b8433057 (patch) | |
tree | e6f53754f6086ed254cf2a8d0fcfbeee679696f1 /src/lib_ffi.c | |
parent | 92c011b5117f237f2554c5745646ea566ce0d568 (diff) | |
parent | cc4bbec483d3f3250b519ccb7cc22f1a8e6fe6f0 (diff) | |
download | luajit-d5e12d5174720fbd3c5fad4e02da5850b8433057.tar.gz luajit-d5e12d5174720fbd3c5fad4e02da5850b8433057.tar.bz2 luajit-d5e12d5174720fbd3c5fad4e02da5850b8433057.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'src/lib_ffi.c')
-rw-r--r-- | src/lib_ffi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib_ffi.c b/src/lib_ffi.c index 16fecacb..c2f73ed5 100644 --- a/src/lib_ffi.c +++ b/src/lib_ffi.c | |||
@@ -194,7 +194,7 @@ LJLIB_CF(ffi_meta___eq) LJLIB_REC(cdata_arith MM_eq) | |||
194 | 194 | ||
195 | LJLIB_CF(ffi_meta___len) LJLIB_REC(cdata_arith MM_len) | 195 | LJLIB_CF(ffi_meta___len) LJLIB_REC(cdata_arith MM_len) |
196 | { | 196 | { |
197 | return lj_carith_len(L); | 197 | return ffi_arith(L); |
198 | } | 198 | } |
199 | 199 | ||
200 | LJLIB_CF(ffi_meta___lt) LJLIB_REC(cdata_arith MM_lt) | 200 | LJLIB_CF(ffi_meta___lt) LJLIB_REC(cdata_arith MM_lt) |