llgo/ssa: abiMapOf

This commit is contained in:
xushiwei
2024-06-14 22:07:48 +08:00
parent 47b20b01d0
commit 33d73eaecd
5 changed files with 63 additions and 5 deletions

View File

@@ -24,10 +24,10 @@ import (
// -----------------------------------------------------------------------------
// Slice is the runtime representation of a slice.
type Slice = slice
// type Slice = slice
type slice struct {
// Slice is the runtime representation of a slice.
type Slice struct {
data unsafe.Pointer
len int
cap int