internal/cabi: fix arch amd64

This commit is contained in:
visualfc
2025-08-14 10:23:05 +08:00
parent ef07188534
commit 3617c82e8b
14 changed files with 117855 additions and 50 deletions

View File

@@ -129,8 +129,8 @@ type AttrKind int
const (
AttrNone AttrKind = iota
AttrVoid // param type void
AttrPointer // param type => type*
AttrVoid // return type void
AttrPointer // type => type*
AttrWidthType // type => width int i16/i24/i32/i40/i48/i56/i64 float/double
AttrWidthType2 // type => width two int {i64,i16} float/double
)