summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/lightning/i386
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/pgf/lightning/i386')
-rw-r--r--src/runtime/c/pgf/lightning/i386/asm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/lightning/i386/asm.h b/src/runtime/c/pgf/lightning/i386/asm.h
index 3d1a1a19b..37c3f7f38 100644
--- a/src/runtime/c/pgf/lightning/i386/asm.h
+++ b/src/runtime/c/pgf/lightning/i386/asm.h
@@ -905,7 +905,7 @@ enum {
/* FIXME: no prefix is availble to encode a 32-bit operand size in 64-bit
mode */
#define JMPSm(M) _O_D8 (0xeb ,(int)(M) )
-#define JMPm(M) _O_D32 (0xe9 ,(int)(M) )
+#define JMPm(M) _O_D32 (0xe9 ,(M) )
#define JMPLsr(R) (_REXLrr(0, R), _O_Mrm (0xff ,_b11,_b100,_r4(R) ))
#define JMPsm(D,B,I,S) (_REXLrm(0, B, I), _O_r_X (0xff ,_b100 ,(int)(D),B,I,S ))