Commit dfec425
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.1 parent 18540a1 commit dfec425
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments