mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
Add FORL implementation (just fallthrough).
This commit is contained in:
parent
5e7121c625
commit
21073df0dc
@ -3146,8 +3146,10 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop)
|
|||||||
|.define FOR_EXT, 24(RA)
|
|.define FOR_EXT, 24(RA)
|
||||||
|
|
||||||
case BC_FORL:
|
case BC_FORL:
|
||||||
| stg r0, 0(r0)
|
|.if JIT
|
||||||
| stg r0, 0(r0)
|
| hotloop RB
|
||||||
|
|.endif
|
||||||
|
| // Fall through. Assumes BC_IFORL follows and ins_AJ is a no-op.
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case BC_JFORI:
|
case BC_JFORI:
|
||||||
|
Loading…
Reference in New Issue
Block a user