thermosphere: add proper memory/instruction barriers for breakpoint stuff
This commit is contained in:
@@ -56,6 +56,7 @@ void singleStepSetNextState(ExceptionStackFrame *frame, SingleStepState state)
|
||||
}
|
||||
|
||||
SET_SYSREG(mdscr_el1, mdscr);
|
||||
__isb(); // TRM-mandated
|
||||
}
|
||||
|
||||
void handleSingleStep(ExceptionStackFrame *frame, ExceptionSyndromeRegister esr)
|
||||
|
||||
Reference in New Issue
Block a user