aboutsummaryrefslogtreecommitdiff
path: root/src/buildvm_ppc.dasc
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildvm_ppc.dasc')
-rw-r--r--src/buildvm_ppc.dasc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildvm_ppc.dasc b/src/buildvm_ppc.dasc
index 909c6fc7..db89ac3d 100644
--- a/src/buildvm_ppc.dasc
+++ b/src/buildvm_ppc.dasc
@@ -3091,7 +3091,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop)
3091 break; 3091 break;
3092 3092
3093 case BC_ITERN: 3093 case BC_ITERN:
3094 | // RA = base*8, (RB = (nresults+1)*8 (2+1)*8, RC = (nargs+1)*8 (2+1)*8) 3094 | // RA = base*8, (RB = (nresults+1)*8, RC = (nargs+1)*8 (2+1)*8)
3095#if LJ_HASJIT 3095#if LJ_HASJIT
3096 | // NYI: add hotloop, record BC_ITERN. 3096 | // NYI: add hotloop, record BC_ITERN.
3097#endif 3097#endif