diff options
Diffstat (limited to 'src/devices/cpu/arm7/arm7core.h')
-rw-r--r-- | src/devices/cpu/arm7/arm7core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/arm7/arm7core.h b/src/devices/cpu/arm7/arm7core.h index c33bdee9dd2..a6a7838bed4 100644 --- a/src/devices/cpu/arm7/arm7core.h +++ b/src/devices/cpu/arm7/arm7core.h @@ -163,7 +163,7 @@ struct arm_state int m_icount; endianness_t m_endian; address_space *m_program; - direct_read_data<0> *m_direct; + std::function<u32 (offs_t)> m_pr32; /* Coprocessor Registers */ uint32_t m_control; |