stage1 修复错误 提供类型检查

This commit is contained in:
zzy
2026-07-25 10:28:24 +08:00
parent da9dae734c
commit 02095524b1
10 changed files with 640 additions and 153 deletions

View File

@@ -13,7 +13,7 @@ typedef uintptr_t usize;
typedef intptr_t isize;
typedef enum {
SPL_VOID = 0,
SPL_VOID,
SPL_I8,
SPL_U8,
SPL_I16,