1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 19:17:52 +00:00

Corrects divide-by-zero exception length, enables all other DIVS checks.

This commit is contained in:
Thomas Harte
2019-07-01 15:46:04 -04:00
parent 514e57b3e9
commit 11d8f765b2
2 changed files with 14 additions and 14 deletions
@@ -972,7 +972,7 @@ template <class T, bool dtack_is_implicit, bool signal_will_perform> void Proces
bus_program = active_micro_op_->bus_program; \
\
populate_trap_steps(5, get_status()); \
bus_program->microcycle.length = HalfCycles(8); \
bus_program->microcycle.length = HalfCycles(20); \
\
program_counter_.full -= 2;