From c0927006217e7a7e0214add5828659287c7498d6 Mon Sep 17 00:00:00 2001 From: forsyth Date: Tue, 27 Apr 2010 21:15:13 +0100 Subject: 20100427-2115 --- utils/8l/span.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/8l/span.c') diff --git a/utils/8l/span.c b/utils/8l/span.c index ef135474..0adecbb7 100644 --- a/utils/8l/span.c +++ b/utils/8l/span.c @@ -1133,7 +1133,7 @@ bad: } return; } - diag("doasm: notfound t2=%lux from=%lux to=%lux %P", t[2], p->from.type, p->to.type, p); + diag("doasm: notfound t2=%ux from=%ux to=%ux %P", t[2], p->from.type, p->to.type, p); return; mfound: @@ -1366,7 +1366,7 @@ asmdyn() t++; } else if(c == 1){ - wputb(ra); + wput(ra); t += 2; } else{ -- cgit v1.2.3