소스 검색

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