1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-24 05:18:36 +00:00

Remove various instances of ';;'.

This commit is contained in:
Thomas Harte
2024-02-12 14:23:54 -05:00
parent 3d2d9ac45e
commit f14e45f93e
7 changed files with 7 additions and 7 deletions
@@ -793,7 +793,7 @@ template <typename BusHandler, bool uses_ready_line> void Processor<BusHandler,
assert(data_buffer_.size == 2 - m_flag());
++data_buffer_.value;
registers_.flags.set_nz(uint16_t(data_buffer_.value), registers_.m_shift);
break;;
break;
case DEC:
assert(data_buffer_.size == 2 - m_flag());