Explorar el Código

Avoid using negative hex numbers with DynASM.

Mike Pall hace 14 años
padre
commit
1de05d1147
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/buildvm_ppc.dasc

+ 2 - 2
src/buildvm_ppc.dasc

@@ -1681,8 +1681,8 @@ static void build_subroutines(BuildCtx *ctx)
   |  b <1
   |.endmacro
   |
-  |ffstring_case string_lower, 0x41
-  |ffstring_case string_upper, 0x61
+  |ffstring_case string_lower, 65
+  |ffstring_case string_upper, 97
   |
   |//-- Table library ------------------------------------------------------
   |