mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Avoid using negative hex numbers with DynASM.
This commit is contained in:
parent
b45e3246ce
commit
1de05d1147
@ -1681,8 +1681,8 @@ static void build_subroutines(BuildCtx *ctx)
|
|||||||
| b <1
|
| b <1
|
||||||
|.endmacro
|
|.endmacro
|
||||||
|
|
|
|
||||||
|ffstring_case string_lower, 0x41
|
|ffstring_case string_lower, 65
|
||||||
|ffstring_case string_upper, 0x61
|
|ffstring_case string_upper, 97
|
||||||
|
|
|
|
||||||
|//-- Table library ------------------------------------------------------
|
|//-- Table library ------------------------------------------------------
|
||||||
|
|
|
|
||||||
|
Loading…
Reference in New Issue
Block a user