Avoid using negative hex numbers with DynASM.

This commit is contained in:
Mike Pall 2010-11-16 13:41:58 +01:00
parent b45e3246ce
commit 1de05d1147

View File

@ -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 ------------------------------------------------------
|