Skip to content

Commit

Permalink
core: linker.h: replace __arm__ with ARM32
Browse files Browse the repository at this point in the history
We use ARM32 and ARM64 throughout the core code, not __arm__ and
__aarch64__, so replace the occurrence of __arm__ that is in linker.h.

Signed-off-by: Jerome Forissier <[email protected]>
  • Loading branch information
jforissier committed Aug 23, 2023
1 parent cf81adf commit 0e912da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/include/kernel/linker.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Symbols exported by the link script.
*/

#ifdef __arm__
#ifdef ARM32

/*
* These addresses will be the start or end of the exception binary search
Expand Down

0 comments on commit 0e912da

Please sign in to comment.