Fixed compilation error in i386-asm.c

This commit is contained in:
Frederic Feret
2009-09-01 12:56:05 +02:00
committed by grischka
parent ae23c46ce2
commit 3065e70630
2 changed files with 3 additions and 5 deletions

View File

@ -841,8 +841,7 @@ static void asm_opcode(TCCState *s1, int opcode)
else {
if (ops[i].e.sym)
goto error_relocate;
}
gen_le16(ops[i].e.v);
gen_le16(ops[i].e.v);
}
} else {
if (pa->instr_type & (OPC_JMP | OPC_SHORTJMP)) {
@ -876,7 +875,6 @@ static void asm_opcode(TCCState *s1, int opcode)
}
}
}
a32 = o32 = 0;
}