aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/buildvm_arm.dasc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/buildvm_arm.dasc b/src/buildvm_arm.dasc
index 248b2cfe..14a60fd3 100644
--- a/src/buildvm_arm.dasc
+++ b/src/buildvm_arm.dasc
@@ -1145,7 +1145,11 @@ static void build_subroutines(BuildCtx *ctx)
1145 |//-- Table library ------------------------------------------------------ 1145 |//-- Table library ------------------------------------------------------
1146 | 1146 |
1147 |.ffunc_1 table_getn 1147 |.ffunc_1 table_getn
1148 | NYI 1148 | checktab CARG2, ->fff_fallback
1149 | bl extern lj_tab_len // (GCtab *t)
1150 | // Returns uint32_t (but less than 2^31).
1151 | mvn CARG2, #~LJ_TISNUM
1152 | b ->fff_restv
1149 | 1153 |
1150 |//-- Bit library -------------------------------------------------------- 1154 |//-- Bit library --------------------------------------------------------
1151 | 1155 |