Add FORL implementation (just fallthrough).

This commit is contained in:
Michael Munday 2016-12-30 12:27:08 -05:00
parent 5e7121c625
commit 21073df0dc

View File

@ -3146,8 +3146,10 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop)
|.define FOR_EXT, 24(RA)
case BC_FORL:
| stg r0, 0(r0)
| stg r0, 0(r0)
|.if JIT
| hotloop RB
|.endif
| // Fall through. Assumes BC_IFORL follows and ins_AJ is a no-op.
break;
case BC_JFORI: