mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Add alignment for the direct mode handler (#449)
It is still possible to further relax the alignment using linker script if needed. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
cf248aec2d
commit
d5a10e4595
|
@ -320,6 +320,7 @@ exit_without_context_switch:
|
||||||
/*-----------------------------------------------------------*/
|
/*-----------------------------------------------------------*/
|
||||||
|
|
||||||
.section .text.freertos_risc_v_trap_handler
|
.section .text.freertos_risc_v_trap_handler
|
||||||
|
.align 8
|
||||||
freertos_risc_v_trap_handler:
|
freertos_risc_v_trap_handler:
|
||||||
portcontextSAVE_CONTEXT_INTERNAL
|
portcontextSAVE_CONTEXT_INTERNAL
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue