Fix comments for BC_ITERN.

This commit is contained in:
Mike Pall 2011-01-26 19:55:55 +01:00
parent 30db71e2e2
commit 0622ad9adc
2 changed files with 2 additions and 2 deletions

View File

@ -3091,7 +3091,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop)
break;
case BC_ITERN:
| // RA = base*8, (RB = (nresults+1)*8 (2+1)*8, RC = (nargs+1)*8 (2+1)*8)
| // RA = base*8, (RB = (nresults+1)*8, RC = (nargs+1)*8 (2+1)*8)
#if LJ_HASJIT
| // NYI: add hotloop, record BC_ITERN.
#endif

View File

@ -4743,7 +4743,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop, int cmov, int sse)
break;
case BC_ITERN:
| ins_A // RA = base, (RB = nresults+1 (2+1), RC = nargs+1 (2+1))
| ins_A // RA = base, (RB = nresults+1, RC = nargs+1 (2+1))
#if LJ_HASJIT
| // NYI: add hotloop, record BC_ITERN.
#endif