mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 07:34:07 +00:00
Minor fix, for arguments in shift operations
This commit is contained in:
parent
dd6ecfa73d
commit
d02e076507
@ -1520,7 +1520,7 @@ static void build_subroutines(BuildCtx *ctx)
|
||||
| lg RA, 8(BASE)
|
||||
| checkint RA, ->fff_fallback
|
||||
| nill RA, 0x1f // Limit shift to 5-bits.
|
||||
| ins RB, r0, 0(RA) // TODO: fix shift args in DynASM.
|
||||
| ins RB, 0(RA) // TODO: fix shift args in DynASM.
|
||||
| j ->fff_resbit
|
||||
|.endmacro
|
||||
|
|
||||
|
Loading…
Reference in New Issue
Block a user