Drop unused 'type' from gencode

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2011-07-17 14:02:52 +04:00
parent 0aa9bdf7b2
commit 397402016f

View File

@ -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);
}