diff options
Diffstat (limited to 'src/pkg/runtime/runtime.h')
| -rw-r--r-- | src/pkg/runtime/runtime.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h index beafc76637..df2999bbd9 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -282,8 +282,7 @@ struct G String waitreason; // if status==Gwaiting G* schedlink; bool ispanic; - bool issystem; // do not output in stack dump - bool isbackground; // ignore in deadlock detector + bool issystem; // do not output in stack dump, ignore in deadlock detector bool preempt; // preemption signal, duplicates stackguard0 = StackPreempt bool paniconfault; // panic (instead of crash) on unexpected fault address int8 raceignore; // ignore race detection events |
