aboutsummaryrefslogtreecommitdiff
path: root/i386-asm.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386-asm.c')
-rw-r--r--i386-asm.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/i386-asm.c b/i386-asm.c
index 69514c0..2cbc858 100644
--- a/i386-asm.c
+++ b/i386-asm.c
@@ -1042,13 +1042,6 @@ ST_FUNC void asm_opcode(TCCState *s1, int opcode)
g(0xE0 + ops[i].reg);
}
#endif
-#ifdef TCC_TARGET_X86_64
- } else if (v & (OP_REG32 | OP_REG64)) {
- if (pa->instr_type & (OPC_JMP | OPC_SHORTJMP)) {
- /* jmp $r */
- g(0xE0 + ops[i].reg);
- }
-#endif
}
}
#ifdef I386_ASM_16