Ver Fonte

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

Mike Pall há 10 anos atrás
pai
commit
1e67a4cb6b
1 ficheiros alterados com 1 adições e 0 exclusões
  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