aboutsummaryrefslogtreecommitdiff
path: root/src/vm_ppc.dasc
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm_ppc.dasc')
-rw-r--r--src/vm_ppc.dasc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm_ppc.dasc b/src/vm_ppc.dasc
index 514bd231..c85f1f10 100644
--- a/src/vm_ppc.dasc
+++ b/src/vm_ppc.dasc
@@ -4936,6 +4936,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop)
4936 | mtctr TMP2 4936 | mtctr TMP2
4937 | stw L, DISPATCH_GL(jit_L)(DISPATCH) 4937 | stw L, DISPATCH_GL(jit_L)(DISPATCH)
4938 | addi JGL, DISPATCH, GG_DISP2G+32768 4938 | addi JGL, DISPATCH, GG_DISP2G+32768
4939 | stw L, DISPATCH_GL(tmpbuf.L)(DISPATCH)
4939 | bctr 4940 | bctr
4940 |.endif 4941 |.endif
4941 break; 4942 break;