This commit is contained in:
Basilisk-Dev 2026-01-07 14:32:31 -05:00 committed by ownedbywuigi
commit 09a06eace0

View file

@ -115,6 +115,9 @@
#define ARCH_CPU_ARM_FAMILY 1
#define ARCH_CPU_ARM64 1
#define ARCH_CPU_64_BITS 1
#elif defined(__loongarch64)
#define ARCH_CPU_LOONGARCH64 1
#define ARCH_CPU_64_BITS 1
#else
#error Please add support for your architecture in build/build_config.h
#endif