compile fix
This commit is contained in:
parent
1d23b5f5bc
commit
54b9ac8eae
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,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);
|
||||
uint32_t full_addr = b->calculate_physical_address(run_mode, current_PC, false, false);
|
||||
|
||||
uint16_t current_instr = b->readWord(current_PC);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue