Skip to content

Commit

Permalink
[Z8] Fix memory dump of register space
Browse files Browse the repository at this point in the history
  • Loading branch information
tgtakaoka committed Jun 24, 2024
1 parent 5748c5f commit d5b2f7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions debugger/z8/regs_z88.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ uint8_t RegsZ88::raw_read_reg(uint8_t addr) const {
}

uint8_t RegsZ88::read_reg(uint8_t addr, RegSpace space) {
if (space == z8::SET_NONE)
return 0;
const auto rp0 = save_rp0();
restore_rp0(R(0));
const auto r0 = save_r(0);
Expand Down

0 comments on commit d5b2f7a

Please sign in to comment.