stage1 修复bug

This commit is contained in:
zzy
2026-07-13 21:50:28 +08:00
parent b67edc5cee
commit f7f71c5f52
5 changed files with 75 additions and 44 deletions

View File

@@ -294,6 +294,7 @@ static int spl_type_size(spl_type_t t) {
case SPL_U64: \
case SPL_USIZE: \
case SPL_ISIZE: \
case SPL_PTR: \
_r = _a OP _b; \
break; \
case SPL_F32: { \