mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 07:34:07 +00:00
PPC: Fix argument checking for rawget.
This commit is contained in:
parent
0a8fd0af8c
commit
9f485115ef
@ -1142,7 +1142,7 @@ static void build_subroutines(BuildCtx *ctx)
|
|||||||
| b ->fff_restv
|
| b ->fff_restv
|
||||||
|
|
|
|
||||||
|.ffunc rawget
|
|.ffunc rawget
|
||||||
| cmplwi NARGS8:RC, 8
|
| cmplwi NARGS8:RC, 16
|
||||||
| lwz CARG4, 0(BASE)
|
| lwz CARG4, 0(BASE)
|
||||||
| lwz TAB:CARG2, 4(BASE)
|
| lwz TAB:CARG2, 4(BASE)
|
||||||
| blt ->fff_fallback
|
| blt ->fff_fallback
|
||||||
|
Loading…
Reference in New Issue
Block a user