mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 15:03:41 +00:00
all: Go 1.21 support
This commit is contained in:
committed by
Ron Evans
parent
c25dd0a972
commit
a93f0ed12a
@@ -5,11 +5,14 @@ type Frames struct {
|
||||
}
|
||||
|
||||
type Frame struct {
|
||||
PC uintptr
|
||||
|
||||
Func *Func
|
||||
|
||||
Function string
|
||||
|
||||
File string
|
||||
Line int
|
||||
PC uintptr
|
||||
}
|
||||
|
||||
func CallersFrames(callers []uintptr) *Frames {
|
||||
|
||||
Reference in New Issue
Block a user