Browse Source

Avoid using negative hex numbers with DynASM.

Mike Pall 14 years ago
parent
commit
1de05d1147
1 changed files with 2 additions and 2 deletions
  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
   |  b <1
   |.endmacro
   |.endmacro
   |
   |
-  |ffstring_case string_lower, 0x41
-  |ffstring_case string_upper, 0x61
+  |ffstring_case string_lower, 65
+  |ffstring_case string_upper, 97
   |
   |
   |//-- Table library ------------------------------------------------------
   |//-- Table library ------------------------------------------------------
   |
   |