mirror of
https://github.com/holub/mame
synced 2025-04-17 22:13:04 +03:00
cpu/e132xs: Removed leftover block end from a function that no longer generates a standalone block.
This commit is contained in:
parent
092cf02d15
commit
4eed813fa1
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user