diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-03-21 23:44:20 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-03-21 23:44:20 -0700 |
commit | 5ee2cd3b2304287c010237e03be4d181412e066f (patch) | |
tree | 0950bc7aaa8d4cb46a38e659ec5185abfab70334 /stdlib/compiler.tl | |
parent | ef81bb38d3261c07dc8fa4fb8eb50bcfcfc04667 (diff) | |
download | txr-5ee2cd3b2304287c010237e03be4d181412e066f.tar.gz txr-5ee2cd3b2304287c010237e03be4d181412e066f.tar.bz2 txr-5ee2cd3b2304287c010237e03be4d181412e066f.zip |
asm: unused variables.
* stdlib/asm.tl (oc-base backpatch, (backpatch-low-16
backpatch, backpatch-high16 backpatch, op-label (asm, dis),
op-noop dis, op-frame dis, op-end dis, op-movrs dis,
op-movsr dis, op-movrr dis, op-jmp (backpatch,dis),
op-if (backpatch, dis), op-ifq backpatch, op-block backpatch,
op-retsr dis, op-retrs dis, op-retrr dis,
op-catch (backpatch, dis), op-handle dis, op-getv dis,
op-setv dis, op-close (backpatch, dis), op-getlx dis,
op-setlx dis): Suppress warnings about unused variables
using ignore and other approaches.
(assembler dis-listing): The unused stream parameter here
is a real bug: it was intended to be the output destination,
rather than standard output being hard-coded.
Diffstat (limited to 'stdlib/compiler.tl')
0 files changed, 0 insertions, 0 deletions