diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-02-01 09:52:06 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-02-01 09:52:06 +0100 |
commit | 010af9ba12213ccaf92a1d863dc1c971185ff7fb (patch) | |
tree | 185408e4ae61c20e116a73f342057cdb3fd97e87 /sys/src/cmd/6l/span.c | |
parent | bbe6fe51b3151cb87d26db2c28c043f29d473e56 (diff) |
6l: fix warning, setmalloctag declaration, missing header type cases
Diffstat (limited to 'sys/src/cmd/6l/span.c')
-rw-r--r-- | sys/src/cmd/6l/span.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/src/cmd/6l/span.c b/sys/src/cmd/6l/span.c index ec36e1490..78399a2b3 100644 --- a/sys/src/cmd/6l/span.c +++ b/sys/src/cmd/6l/span.c @@ -668,9 +668,6 @@ asmandsz(Adr *a, int r, int rex, int m64) rex &= (0x40 | Rxr); v = a->offset; - if ((vlong)v != a->offset) - print("asmandsz: Trying to emit %#ullx and 32 bits is not sufficient\n", - a->offset); t = a->type; if(a->index != D_NONE) { if(t >= D_INDIR) { |