You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `debug_halt_error` handler should not implicitly infer a reboot of
the system.
The debug box handler can reboot, if it thinks it's necessary. The newly
introduced vIRQ_SystemReset API can be used for this purpose.
By default, the debug handler will go back to `debug_halt_error`. Since
it has been called twice, this function will eventually halt forever
(hence implementing a proper halt, as expected by the API name).
0 commit comments