aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/funcdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/funcdata.h')
-rw-r--r--src/pkg/runtime/funcdata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/runtime/funcdata.h b/src/pkg/runtime/funcdata.h
index 85e82838b7..dc9c41363e 100644
--- a/src/pkg/runtime/funcdata.h
+++ b/src/pkg/runtime/funcdata.h
@@ -6,6 +6,8 @@
// in Go binaries. It is included by both C and assembly, so it must
// be written using #defines. It is included by the runtime package
// as well as the compilers.
+//
+// symtab.go also contains a copy of these constants.
#define PCDATA_ArgSize 0 /* argument size at CALL instruction */
#define PCDATA_StackMapIndex 1