From 394f89e0bab265994c7dbd4c3c64009587b20ccb Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Sat, 18 Jun 2022 19:44:04 +0200 Subject: [PATCH] compile fix --- ESP32/console_esp32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32/console_esp32.cpp b/ESP32/console_esp32.cpp index d327835..73e7d64 100644 --- a/ESP32/console_esp32.cpp +++ b/ESP32/console_esp32.cpp @@ -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, false, true); + uint32_t full_addr = b->calculate_physical_address(run_mode, current_PC, false, false, true, false); uint16_t current_instr = b->readWord(current_PC);