summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/x86emit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/x86emit.h')
-rw-r--r--src/emu/cpu/x86emit.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/emu/cpu/x86emit.h b/src/emu/cpu/x86emit.h
index 49dfe8256d4..7d4129d0def 100644
--- a/src/emu/cpu/x86emit.h
+++ b/src/emu/cpu/x86emit.h
@@ -301,7 +301,7 @@ const UINT32 OP_ADD_Ev_Gv = 0x01;
const UINT32 OP_ADD_Gb_Eb = (0x02 | OPFLAG_8BITRM | OPFLAG_8BITREG);
const UINT32 OP_ADD_Gv_Ev = 0x03;
const UINT32 OP_ADD_AL_Ib = 0x04;
-const UINT32 OP_ADD_rAX_Iz = 0x05;
+const UINT32 OP_ADD_rAX_Iz = 0x05;
const UINT32 OP_PUSH_ES = 0x06;
const UINT32 OP_POP_ES = 0x07;
const UINT32 OP_OR_Eb_Gb = (0x08 | OPFLAG_8BITRM | OPFLAG_8BITREG);
@@ -318,7 +318,7 @@ const UINT32 OP_ADC_Ev_Gv = 0x11;
const UINT32 OP_ADC_Gb_Eb = (0x12 | OPFLAG_8BITRM | OPFLAG_8BITREG);
const UINT32 OP_ADC_Gv_Ev = 0x13;
const UINT32 OP_ADC_AL_Ib = 0x14;
-const UINT32 OP_ADC_rAX_Iz = 0x15;
+const UINT32 OP_ADC_rAX_Iz = 0x15;
const UINT32 OP_PUSH_SS = 0x16;
const UINT32 OP_POP_SS = 0x17;
const UINT32 OP_SBB_Eb_Gb = (0x18 | OPFLAG_8BITRM | OPFLAG_8BITREG);
@@ -326,7 +326,7 @@ const UINT32 OP_SBB_Ev_Gv = 0x19;
const UINT32 OP_SBB_Gb_Eb = (0x1a | OPFLAG_8BITRM | OPFLAG_8BITREG);
const UINT32 OP_SBB_Gv_Ev = 0x1b;
const UINT32 OP_SBB_AL_Ib = 0x1c;
-const UINT32 OP_SBB_eAX_Iv = 0x1d;
+const UINT32 OP_SBB_eAX_Iv = 0x1d;
const UINT32 OP_PUSH_DS = 0x1e;
const UINT32 OP_POP_DS = 0x1f;
@@ -335,7 +335,7 @@ const UINT32 OP_AND_Ev_Gv = 0x21;
const UINT32 OP_AND_Gb_Eb = (0x22 | OPFLAG_8BITRM | OPFLAG_8BITREG);
const UINT32 OP_AND_Gv_Ev = 0x23;
const UINT32 OP_AND_AL_Ib = 0x24;
-const UINT32 OP_AND_rAX_Iz = 0x25;
+const UINT32 OP_AND_rAX_Iz = 0x25;
const UINT32 PREFIX_ES = 0x26;
const UINT32 OP_DAA = 0x27;
const UINT32 OP_SUB_Eb_Gb = (0x28 | OPFLAG_8BITRM | OPFLAG_8BITREG);
@@ -343,7 +343,7 @@ const UINT32 OP_SUB_Ev_Gv = 0x29;
const UINT32 OP_SUB_Gb_Eb = (0x2a | OPFLAG_8BITRM | OPFLAG_8BITREG);
const UINT32 OP_SUB_Gv_Ev = 0x2b;
const UINT32 OP_SUB_AL_Ib = 0x2c;
-const UINT32 OP_SUB_eAX_Iv = 0x2d;
+const UINT32 OP_SUB_eAX_Iv = 0x2d;
const UINT32 PREFIX_CS = 0x2e;
const UINT32 OP_DAS = 0x2f;
@@ -352,7 +352,7 @@ const UINT32 OP_XOR_Ev_Gv = 0x31;
const UINT32 OP_XOR_Gb_Eb = (0x32 | OPFLAG_8BITRM | OPFLAG_8BITREG);
const UINT32 OP_XOR_Gv_Ev = 0x33;
const UINT32 OP_XOR_AL_Ib = 0x34;
-const UINT32 OP_XOR_rAX_Iz = 0x35;
+const UINT32 OP_XOR_rAX_Iz = 0x35;
const UINT32 PREFIX_SS = 0x36;
const UINT32 OP_AAA = 0x37;
const UINT32 OP_CMP_Eb_Gb = (0x38 | OPFLAG_8BITRM | OPFLAG_8BITREG);
@@ -360,7 +360,7 @@ const UINT32 OP_CMP_Ev_Gv = 0x39;
const UINT32 OP_CMP_Gb_Eb = (0x3a | OPFLAG_8BITRM | OPFLAG_8BITREG);
const UINT32 OP_CMP_Gv_Ev = 0x3b;
const UINT32 OP_CMP_AL_Ib = 0x3c;
-const UINT32 OP_CMP_eAX_Iv = 0x3d;
+const UINT32 OP_CMP_eAX_Iv = 0x3d;
const UINT32 PREFIX_DS = 0x3e;
const UINT32 OP_AAS = 0x3f;