浏览代码

ARM64: Fix math.floor/math.ceil for string args.

Mike Pall 10 年之前
父节点
当前提交
1e67a4cb6b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/vm_arm64.dasc

+ 1 - 0
src/vm_arm64.dasc

@@ -1309,6 +1309,7 @@ static void build_subroutines(BuildCtx *ctx)
   |   blo ->fff_fallback
   |  cmp TISNUMhi, CARG1, lsr #32
   |  beq ->fff_restv
+  |  blo ->fff_fallback
   |  round d0, d0
   |  b ->fff_resn
   |.endmacro