diff options
Diffstat (limited to 'src/emu/cpu/arm/arm.h')
-rw-r--r-- | src/emu/cpu/arm/arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/arm/arm.h b/src/emu/cpu/arm/arm.h index 5819207d619..69701599cea 100644 --- a/src/emu/cpu/arm/arm.h +++ b/src/emu/cpu/arm/arm.h @@ -16,7 +16,7 @@ * PUBLIC FUNCTIONS ***************************************************************************************************/ -extern void arm_get_info(UINT32 state, cpuinfo *info); +extern CPU_GET_INFO( arm ); extern UINT32 arm_disasm(char *pBuf, UINT32 pc, UINT32 opcode); |