We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7381ffd + c5bec0e commit 4f9f5c7Copy full SHA for 4f9f5c7
portable/GCC/ARM_CRx_MPU/mpu_wrappers_v2_asm.S
@@ -30,7 +30,7 @@
30
31
.arm
32
.syntax unified
33
- .section freertos_system_calls
+ .section freertos_system_calls, "ax"
34
35
#define FREERTOS_ASSEMBLY
36
#include "FreeRTOSConfig.h"
portable/GCC/ARM_CRx_MPU/portASM.S
@@ -28,7 +28,7 @@
28
29
- .section privileged_functions
+ .section privileged_functions, "ax"
#include "portmacro_asm.h"
0 commit comments