diff options
Diffstat (limited to 'utils/8l/span.c')
| -rw-r--r-- | utils/8l/span.c | 4 |
1 files changed, 2 insertions, 2 deletions
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{ |
