Skip to content

Commit

Permalink
Getting rid of an old goto.
Browse files Browse the repository at this point in the history
  • Loading branch information
MockbaTheBorg committed Feb 20, 2025
1 parent b1ef7cc commit a7d73e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions RunCPM/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -2208,7 +2208,7 @@ static inline void Z80run(void) {
#endif
#endif
--PC;
goto end_decode;
Status = 1;
break;

case 0x77: /* LD (HL),A */
Expand Down Expand Up @@ -4746,8 +4746,6 @@ static inline void Z80run(void) {
PC = 0x38;
}
}
end_decode:
;
}


Expand Down

0 comments on commit a7d73e0

Please sign in to comment.