summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/arm/arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/arm/arm.h')
-rw-r--r--src/emu/cpu/arm/arm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/cpu/arm/arm.h b/src/emu/cpu/arm/arm.h
index 69701599cea..25b02a771b4 100644
--- a/src/emu/cpu/arm/arm.h
+++ b/src/emu/cpu/arm/arm.h
@@ -17,6 +17,7 @@
***************************************************************************************************/
extern CPU_GET_INFO( arm );
+#define CPU_ARM CPU_GET_INFO_NAME( arm )
extern UINT32 arm_disasm(char *pBuf, UINT32 pc, UINT32 opcode);