From ed2d43d73cd8f25cf0acd7e8943537ee943dd650 Mon Sep 17 00:00:00 2001 From: Michael Munday Date: Fri, 6 Jan 2017 11:47:56 -0500 Subject: [PATCH] Fix VARG. --- src/vm_s390x.dasc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vm_s390x.dasc b/src/vm_s390x.dasc index 274ca11e..a9bc10df 100644 --- a/src/vm_s390x.dasc +++ b/src/vm_s390x.dasc @@ -3618,8 +3618,8 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop) | jnl >3 | clgr TMPR1, BASE // No more vararg slots? | jl <1 - | lghi TMPR2, LJ_TNIL |2: // Fill up remainder with nil. + | lghi TMPR2, LJ_TNIL // TODO: move out of loop. Add NIL range macro? | stg TMPR2, 0(RA) | la RA, 8(RA) | clgr RA, RB