diff options
| author | Frederic Feret <tommy.planet@free.fr> | 2009-09-01 12:56:05 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-11-13 18:09:01 +0100 |
| commit | 3065e706307eb18cb3527296f8fc97dbb9702be2 (patch) | |
| tree | 3aa4502f8a8f28a760cacdaba6029e57ea8af236 /i386-asm.c | |
| parent | ae23c46ce279d99d8cbb21d8bf0926bb6b73873a (diff) | |
| download | tinycc-3065e706307eb18cb3527296f8fc97dbb9702be2.tar.gz tinycc-3065e706307eb18cb3527296f8fc97dbb9702be2.tar.bz2 | |
Fixed compilation error in i386-asm.c
Diffstat (limited to 'i386-asm.c')
| -rw-r--r-- | i386-asm.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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; } |
