diff options
author | 2021-11-24 12:56:45 +0100 | |
---|---|---|
committer | 2021-11-24 12:56:45 +0100 | |
commit | 40bd191db4056c35aa5a20ff95b96f1b98b3033e (patch) | |
tree | 799430e81b10e1291a57a229876186d551b9cac3 /src/devices/cpu/sparc/sparc.h | |
parent | eb7996ee5a333e6fab4756081ee6e7147e804d88 (diff) |
sparc: revert prev commit, manual clearly says nope
Diffstat (limited to 'src/devices/cpu/sparc/sparc.h')
-rw-r--r-- | src/devices/cpu/sparc/sparc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sparc/sparc.h b/src/devices/cpu/sparc/sparc.h index a8f01a2452e..8f071a8c72b 100644 --- a/src/devices/cpu/sparc/sparc.h +++ b/src/devices/cpu/sparc/sparc.h @@ -419,7 +419,7 @@ protected: u32 m_amr[6]; u64 m_full_masks[6]; u64 m_full_ranges[6]; - u64 m_last_masked_addr[6]; + u64 m_last_masked_addr; int m_same_page_waits[6]; int m_other_page_waits[6]; |