Skip to content

Commit

Permalink
Reset ex mon in ex handler (for data aborts)
Browse files Browse the repository at this point in the history
  • Loading branch information
kynex7510 committed Nov 3, 2024
1 parent da9238b commit 56dc8cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/ExHandler.s
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
// R1 points to the start of context data.
.type ctrl_handleException, %function
ctrl_handleException:
// Reset exclusive monitor.
clrex

// Save pointers.
push {r1}
mov r6, r0
Expand Down

0 comments on commit 56dc8cc

Please sign in to comment.