fix: code format of serial.c and compile error in aarch64 context_gcc

This commit is contained in:
zhao maosheng
2024-04-02 08:07:21 -04:00
committed by Meco Man
parent 34fb8d2f10
commit 687eb87a2b
2 changed files with 13 additions and 16 deletions
+4 -5
View File
@@ -20,11 +20,10 @@
#include "armv8.h"
#ifndef RT_USING_SMP
.bss
.align 3
rt_interrupt_from_thread: .comm 8, 8
rt_interrupt_to_thread: .comm 8, 8
rt_thread_switch_interrupt_flag: .comm 8, 8
.section .data
rt_interrupt_from_thread: .zero 8
rt_interrupt_to_thread: .zero 8
rt_thread_switch_interrupt_flag: .zero 8
#endif
.text