add code for sw compiling and fix some problems

This commit is contained in:
zb0
2021-12-15 10:54:48 +08:00
committed by LINxiansheng
parent 77cf1effd1
commit 0dc8820123
27 changed files with 460 additions and 16 deletions

View File

@ -1493,6 +1493,8 @@ const int32_t OB_MAX_SYS_BKGD_THREAD_NUM = 64;
const int64_t OB_MAX_CPU_NUM = 64;
#elif __aarch64__
const int64_t OB_MAX_CPU_NUM = 128;
#else
const int64_t OB_MAX_CPU_NUM = 64;
#endif
const int64_t OB_MAX_STATICS_PER_TABLE = 128;