diff options
author | 2025-03-25 05:05:59 +1100 | |
---|---|---|
committer | 2025-03-25 05:05:59 +1100 | |
commit | 4eed813fa18569ffa73201022adb40f9938c264a (patch) | |
tree | 4c007ec11600fea0f123e729f96e96c394e7a998 | |
parent | 092cf02d156aa1f9348910af579324d085614289 (diff) |
cpu/e132xs: Removed leftover block end from a function that no longer generates a standalone block.
-rw-r--r-- | src/devices/cpu/e132xs/e132xsdrc.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/cpu/e132xs/e132xsdrc.cpp b/src/devices/cpu/e132xs/e132xsdrc.cpp index 435e9f8aed1..fcaad6cf57e 100644 --- a/src/devices/cpu/e132xs/e132xsdrc.cpp +++ b/src/devices/cpu/e132xs/e132xsdrc.cpp @@ -380,8 +380,6 @@ void hyperstone_device::static_generate_exception(drcuml_block &block, uml::code UML_CALLHc(block, uml::COND_S, *m_out_of_cycles); UML_HASHJMP(block, 1, I0, *m_nocode); // T cleared and S set - mode will always be 1 - - block.end(); } |