Skip to content

Commit b420a18

Browse files
committed
Pretty confident that we should always check conds
1 parent 391164d commit b420a18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ibcm/simulator.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ function run_simulator() {
119119
document.getElementById("bptitle").innerHTML = "Breakpoint (4 digits): ";
120120

121121
// run until the breakpoint is hit or the watchdog counter reaches its limit
122-
execute_instruction();
123122
while (pc != "xxxx" && !awaiting_input && pc != breakpoint && (useWatchdogTimer ? watchdogCounter < WATCHDOG_MAX_LIMIT : true)) {
124123
execute_instruction();
125124
watchdogCounter++;

0 commit comments

Comments
 (0)