cpu/e132xs: Removed leftover block end from a function that no longer generates a standalone block.

This commit is contained in:
Vas Crabb 2025-03-25 05:05:59 +11:00
parent 092cf02d15
commit 4eed813fa1

View File

@ -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();
}