From 3065e706307eb18cb3527296f8fc97dbb9702be2 Mon Sep 17 00:00:00 2001 From: Frederic Feret Date: Tue, 1 Sep 2009 12:56:05 +0200 Subject: Fixed compilation error in i386-asm.c --- i386-asm.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'i386-asm.c') diff --git a/i386-asm.c b/i386-asm.c index 4c31233..9ac1a5c 100644 --- a/i386-asm.c +++ b/i386-asm.c @@ -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; } -- cgit v1.3.1