From: David Given Date: Tue, 31 Jan 2017 21:58:13 +0000 (+0100) Subject: Render vreg movelists properly. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=156a10737edaa6845a968408b1ac630523d86237;p=ack.git Render vreg movelists properly. --- diff --git a/mach/proto/mcg/hop.c b/mach/proto/mcg/hop.c index b14e09345..0c0f88b77 100644 --- a/mach/proto/mcg/hop.c +++ b/mach/proto/mcg/hop.c @@ -364,8 +364,8 @@ static void appendheader(struct hop* hop) appendf(" VREGS:"); for (i=0; ivregusage.count; i++) { - struct vreg* src = hop->vregusage.item[i].left; - struct vreg* dest = hop->vregusage.item[i].right; + struct vreg* src = actual(hop->vregusage.item[i].left); + struct vreg* dest = actual(hop->vregusage.item[i].right); appendf(" "); if (src)