new: 增加一些编译器相关的宏

This commit is contained in:
fslongjin
2022-10-05 21:40:03 +08:00
parent 7087e9fbc1
commit 9b37ff3e5a
7 changed files with 94 additions and 16 deletions

View File

@ -14,7 +14,7 @@
#include <common/list.h>
#if ARCH(I386) || ARCH(X86_64)
#include <arch/x86_64/asm.h>
#include <arch/x86_64/asm/asm.h>
#else
#error Arch not supported.
#endif