mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
risc-v: Make exception_common 8 byte align
Some SoC like bl602 require the exception entry 8 byte align, it should be safe for other chips so we can apply it globally. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
|
||||
.section .text
|
||||
.global exception_common
|
||||
.align 8
|
||||
|
||||
exception_common:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user