瀏覽代碼

Avoid using negative hex numbers with DynASM.

Mike Pall 15 年之前
父節點
當前提交
1de05d1147
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 ------------------------------------------------------
   |
   |