summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh/sh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sh/sh.h')
-rw-r--r--src/devices/cpu/sh/sh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/sh/sh.h b/src/devices/cpu/sh/sh.h
index bc24786a0bb..f9b057c9361 100644
--- a/src/devices/cpu/sh/sh.h
+++ b/src/devices/cpu/sh/sh.h
@@ -156,6 +156,8 @@ public:
uint32_t m_dbr;
int m_frt_input;
+ int m_fpu_sz;
+ int m_fpu_pr;
};
internal_sh2_state *m_sh2_state;