diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-04-27 21:20:56 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-04-27 21:20:56 +0100 |
| commit | 4206ee1aeaccb7703f3f3613a98a5447f51d6367 (patch) | |
| tree | a998be4d94c2860775413dbbba21000819ea496e /utils/vl/pass.c | |
| parent | c0927006217e7a7e0214add5828659287c7498d6 (diff) | |
20100427-2120
Diffstat (limited to 'utils/vl/pass.c')
| -rw-r--r-- | utils/vl/pass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/vl/pass.c b/utils/vl/pass.c index 7dc2e5dd..7abe22d4 100644 --- a/utils/vl/pass.c +++ b/utils/vl/pass.c @@ -133,7 +133,7 @@ dodata(void) continue; /* size should be 19 max */ if(strlen(s->name) >= 10) /* has loader address */ - sprint(literal, "$%lux.%lux", (long)s, p->from.offset); + sprint(literal, "$%p.%lux", s, p->from.offset); else sprint(literal, "$%s.%d.%lux", s->name, s->version, p->from.offset); } else { |
