aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/textflag.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/internal/obj/textflag.go')
-rw-r--r--src/cmd/internal/obj/textflag.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/internal/obj/textflag.go b/src/cmd/internal/obj/textflag.go
index 2f55793285..881e192203 100644
--- a/src/cmd/internal/obj/textflag.go
+++ b/src/cmd/internal/obj/textflag.go
@@ -27,7 +27,8 @@ const (
// This data contains no pointers.
NOPTR = 16
- // This is a wrapper function and should not count as disabling 'recover'.
+ // This is a wrapper function and should not count as
+ // disabling 'recover' or appear in tracebacks by default.
WRAPPER = 32
// This function uses its incoming context register.