summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sparc/sparc.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-11-24 12:56:45 +0100
committer hap <happppp@users.noreply.github.com>2021-11-24 12:56:45 +0100
commit40bd191db4056c35aa5a20ff95b96f1b98b3033e (patch)
tree799430e81b10e1291a57a229876186d551b9cac3 /src/devices/cpu/sparc/sparc.h
parenteb7996ee5a333e6fab4756081ee6e7147e804d88 (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.h2
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];