From bc3258313020976d9dc8a04ec986f64b97ea36d9 Mon Sep 17 00:00:00 2001 From: seekdwh Date: Wed, 15 Jul 2026 17:47:55 +0800 Subject: [PATCH] =?UTF-8?q?bthread=5Fmake=5Ffcontext=E5=92=8Cbthread=5Fjum?= =?UTF-8?q?p=5Ffcontext=E5=9C=A8ARM64=E4=B8=8B=E9=80=82=E9=85=8D64?= =?UTF-8?q?=E5=AD=97=E8=8A=82=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bthread/context.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bthread/context.cpp b/src/bthread/context.cpp index 7f913adfc1..b36b48825b 100644 --- a/src/bthread/context.cpp +++ b/src/bthread/context.cpp @@ -617,7 +617,7 @@ __asm ( __asm ( ".cpu generic+fp+simd\n" ".text\n" -".align 2\n" +".align 6\n" ".global bthread_jump_fcontext\n" ".type bthread_jump_fcontext, %function\n" "bthread_jump_fcontext:\n" @@ -689,7 +689,7 @@ __asm ( __asm ( ".cpu generic+fp+simd\n" ".text\n" -".align 2\n" +".align 6\n" ".global bthread_make_fcontext\n" ".type bthread_make_fcontext, %function\n" "bthread_make_fcontext:\n"