From 7b6aa863c2f8277217adc9683c37ddb6b8689247 Mon Sep 17 00:00:00 2001 From: Michael Munday Date: Wed, 18 Jan 2017 16:36:32 -0500 Subject: [PATCH] Remove TODOs for branch on index. It is probably not suitable (relies on even-odd register numbering). --- src/vm_s390x.dasc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/vm_s390x.dasc b/src/vm_s390x.dasc index 41b11cca..f1664de2 100644 --- a/src/vm_s390x.dasc +++ b/src/vm_s390x.dasc @@ -1418,7 +1418,6 @@ static void build_subroutines(BuildCtx *ctx) |2: // Move args to coroutine. | lg RC, 0(RB, PC) | stg RC, -8(PC) - | // TODO: replace with branch on count/index? | lay PC, -8(PC) | cgr PC, RA | jne <2 @@ -1455,7 +1454,6 @@ static void build_subroutines(BuildCtx *ctx) |5: // Move results from coroutine. | lg RD, 0(RA) | stg RD, 0(RA, RB) - | // TODO: branch on count/index? | la RA, 8(RA) | cgr RA, KBASE | jne <5