diff options
Diffstat (limited to 'src/devices/cpu/sh2/sh2.cpp')
-rw-r--r-- | src/devices/cpu/sh2/sh2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sh2/sh2.cpp b/src/devices/cpu/sh2/sh2.cpp index 481f2544126..71b960ac341 100644 --- a/src/devices/cpu/sh2/sh2.cpp +++ b/src/devices/cpu/sh2/sh2.cpp @@ -2583,7 +2583,7 @@ void sh2_device::device_start() } -void sh2_device::state_string_export(const device_state_entry &entry, std::string &str) const +void sh2_device::state_string_export(const device_state_entry &entry, std::string &str) { switch (entry.index()) { |