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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/arm/arm.h b/src/emu/cpu/arm/arm.h
index 44a15e31978..5cfde924337 100644
--- a/src/emu/cpu/arm/arm.h
+++ b/src/emu/cpu/arm/arm.h
@@ -95,8 +95,8 @@ protected:
class arm_be_cpu_device : public arm_cpu_device
{
public:
- // construction/destruction
- arm_be_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ // construction/destruction
+ arm_be_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
protected:
virtual offs_t disasm_disassemble(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram, UINT32 options);