-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_cpu_exception_cortex_m: Fix cpu exception handler on armv8m
- restore msplim and psplim in the exception entry - mark the entry with PW_NO_PROLOGUE - ensure the correct captured_state is checked in BeginBaseFaultTest Tested with clang and gcc with and without -Oz Fixes: b/323215726 Change-Id: I9e5c49eabcf361dd99702e5868c10fd8173b79aa Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/231372 Reviewed-by: Armando Montanez <[email protected]> Presubmit-Verified: CQ Bot Account <[email protected]> Lint: Lint 🤖 <[email protected]> Commit-Queue: Auto-Submit <[email protected]> Pigweed-Auto-Submit: Dave Roth <[email protected]>
- Loading branch information
Showing
4 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters