diff --git a/src/core/sal/bochs/Reboot.ah b/src/core/sal/bochs/Reboot.ah index a1705ad5..13236dc9 100644 --- a/src/core/sal/bochs/Reboot.ah +++ b/src/core/sal/bochs/Reboot.ah @@ -9,9 +9,9 @@ #include "../SALInst.hpp" aspect Reboot { - pointcut cpuLoop() = "void defineCPULoopJoinPoint(...)"; + pointcut reboot_trigger() = "void bx_pc_system_c::tick%(...)"; - advice execution (cpuLoop()) : after () + advice execution (reboot_trigger()) : before () { if (!fail::reboot_bochs_request) { return;