src/runtime/stubs32.go | 2 +- diff --git a/src/runtime/stubs32.go b/src/runtime/stubs32.go index a7f52f6b9e2c2ec694f96f7c9e838a382169e81c..c4715fe989bf4ceba2341c0ff674f1bc82889307 100644 --- a/src/runtime/stubs32.go +++ b/src/runtime/stubs32.go @@ -11,4 +11,4 @@ // Declarations for runtime services implemented in C or assembly that // are only present on 32 bit systems. -func call16(fn, arg unsafe.Pointer, n, retoffset uint32) +func call16(typ, fn, arg unsafe.Pointer, n, retoffset uint32)