about summary refs log tree commit diff stats
path: root/src/emu/modrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/modrm.h')
-rw-r--r--src/emu/modrm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/modrm.h b/src/emu/modrm.h
index d4817833..2f2cd1fc 100644
--- a/src/emu/modrm.h
+++ b/src/emu/modrm.h
@@ -109,6 +109,7 @@
 #define _GETED(D)           oped=GetEd(emu, &addr, rex, nextop, D)

 #define _GETED32(D)         oped=GetEd32O(emu, &addr, rex, nextop, D, 0)

 #define _GETEB(D)           oped=GetEb(emu, &addr, rex, nextop, D)

+#define _GETEX(D)           opex=GetEx(emu, &addr, rex, nextop, D)

 

 #define MODREG  ((nextop&0xC0)==0xC0)