mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
Drop unused 'type' from gencode
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
0aa9bdf7b2
commit
397402016f
@ -1788,7 +1788,6 @@ static void gencode(int32_t segment, int64_t offset, int bits,
|
||||
opflags_t rflags;
|
||||
uint8_t *p;
|
||||
int32_t s;
|
||||
enum out_type type;
|
||||
struct operand *opy = &ins->oprs[op2];
|
||||
|
||||
if (c <= 0177) {
|
||||
@ -1849,7 +1848,6 @@ static void gencode(int32_t segment, int64_t offset, int bits,
|
||||
signed_bits(opy->offset, ea_data.bytes * 8))
|
||||
warn_overflow(ERR_PASS2, ea_data.bytes);
|
||||
|
||||
type = OUT_ADDRESS;
|
||||
out(offset, segment, &data, OUT_ADDRESS,
|
||||
ea_data.bytes, opy->segment, opy->wrt);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user