aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime2.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/runtime2.go')
-rw-r--r--src/runtime/runtime2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go
index f6b7802de3..fd448901a6 100644
--- a/src/runtime/runtime2.go
+++ b/src/runtime/runtime2.go
@@ -244,7 +244,7 @@ type m struct {
id int32
mallocing int32
throwing int32
- gcing int32
+ preemptoff string // if != "", keep curg running on this m
locks int32
softfloat int32
dying int32