|
@@ -114,6 +114,8 @@ func (p *Proc) Addr() uintptr {
|
|
|
return p.addr
|
|
return p.addr
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+//go:uintptrescapes
|
|
|
|
|
+
|
|
|
// Call executes procedure p with arguments a. It will panic, if more then 15 arguments
|
|
// Call executes procedure p with arguments a. It will panic, if more then 15 arguments
|
|
|
// are supplied.
|
|
// are supplied.
|
|
|
//
|
|
//
|
|
@@ -293,6 +295,8 @@ func (p *LazyProc) Addr() uintptr {
|
|
|
return p.proc.Addr()
|
|
return p.proc.Addr()
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+//go:uintptrescapes
|
|
|
|
|
+
|
|
|
// Call executes procedure p with arguments a. It will panic, if more then 15 arguments
|
|
// Call executes procedure p with arguments a. It will panic, if more then 15 arguments
|
|
|
// are supplied.
|
|
// are supplied.
|
|
|
//
|
|
//
|