Skip to content

Commit

Permalink
ESP32: panel
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed May 8, 2024
1 parent b104844 commit e28f624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESP32/console_esp32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void console_esp32::panel_update_thread()
int run_mode = current_PSW >> 14;

uint16_t current_PC = c->getPC();
uint32_t full_addr = b->calculate_physical_address(run_mode, current_PC, false, false, true, i_space);
uint32_t full_addr = b->getMMU()->calculate_physical_address(c, run_mode, current_PC, false, false, true, i_space);

uint16_t current_instr = b->read_word(current_PC);

Expand Down

0 comments on commit e28f624

Please sign in to comment.