aboutsummaryrefslogtreecommitdiff
path: root/src/internal/abi/runtime.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/abi/runtime.go')
-rw-r--r--src/internal/abi/runtime.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/internal/abi/runtime.go b/src/internal/abi/runtime.go
new file mode 100644
index 0000000000..9b91cdf5ef
--- /dev/null
+++ b/src/internal/abi/runtime.go
@@ -0,0 +1,8 @@
+// Copyright 2024 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+package abi
+
+// ZeroValSize is the size in bytes of runtime.zeroVal.
+const ZeroValSize = 1024