增加自动测试框架&优化多arch支持

This commit is contained in:
zhangzheng
2024-09-17 11:38:12 +08:00
parent aaad929523
commit 354abcd569
72 changed files with 863 additions and 446 deletions

View File

@@ -1,7 +1,6 @@
#pragma once
#include "u_types.h"
#define HANDLER_INVALID ((umword_t)(-1))
obj_handler_t handler_alloc(void);
void handler_free(obj_handler_t hd_inx);