aarch64: Fix aarch64_be build with --enable-sframe

This commit is contained in:
Adhemerval Zanella 2025-07-25 13:57:44 -03:00
parent 158e939aef
commit 8698af6dcf
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#include <sys/ucontext.h>
#include <kernel_rt_sigframe.h>
#if __AARCH64EL__
#ifdef __AARCH64EL__
#define MOVZ_X8_8B 0xd2801168
#define SVC_0 0xd4000001
#else