diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-04-27 21:15:13 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-04-27 21:15:13 +0100 |
| commit | c0927006217e7a7e0214add5828659287c7498d6 (patch) | |
| tree | 528acb9e0df2d33eaa2481b8e3ff37c252082fd2 /utils/8l/span.c | |
| parent | 2303ddadf6e5cbf9705ccf25abe6114af1126b79 (diff) | |
20100427-2115
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{ |
