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
pbio/platform/ev3/exceptionhandler.S: Fix bug in panic handler
The bic opcode was supposed to be used here in order to *clear*
the mode bits, rather than keep them.
This bug did not surface because we've mostly been hitting panics
in System mode, which has a mode bits value of all 1s.
0 commit comments