summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/e132xs
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-03-25 05:05:59 +1100
committer Vas Crabb <vas@vastheman.com>2025-03-25 05:05:59 +1100
commit4eed813fa18569ffa73201022adb40f9938c264a (patch)
tree4c007ec11600fea0f123e729f96e96c394e7a998 /src/devices/cpu/e132xs
parent092cf02d156aa1f9348910af579324d085614289 (diff)
cpu/e132xs: Removed leftover block end from a function that no longer generates a standalone block.
Diffstat (limited to 'src/devices/cpu/e132xs')
-rw-r--r--src/devices/cpu/e132xs/e132xsdrc.cpp2
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();
}