diff options
Diffstat (limited to 'src/pkg/runtime/runtime.h')
| -rw-r--r-- | src/pkg/runtime/runtime.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h index 44cc0138c0..c7ade2beb5 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -412,6 +412,7 @@ struct Func int32 frame; // stack frame size int32 args; // in/out args size int32 locals; // locals size + Slice ptrs; // pointer map }; // layout of Itab known to compilers @@ -811,6 +812,7 @@ void runtime·netpollready(G**, PollDesc*, int32); void runtime·crash(void); #pragma varargck argpos runtime·printf 1 +#pragma varargck type "c" int32 #pragma varargck type "d" int32 #pragma varargck type "d" uint32 #pragma varargck type "D" int64 |
