Skip to content

Commit c34afd4

Browse files
committed
cpu: remove state check in execution loop
1 parent bcb9895 commit c34afd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cpu/cpu.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ bool CPU::executeInstructions(int count) {
9898
moveLoadDelaySlots();
9999

100100
sys->cycles++;
101-
if (sys->state != System::State::run) return false;
102101
}
103102
return true;
104103
}

0 commit comments

Comments
 (0)