mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-20 17:44:20 +08:00
fix: code format of serial.c and compile error in aarch64 context_gcc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user