diff options
Diffstat (limited to 'src/pkg/runtime/runtime.h')
| -rw-r--r-- | src/pkg/runtime/runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h index 3d5b6007a8..8d07294e81 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -273,6 +273,7 @@ struct G bool issystem; // do not output in stack dump bool isbackground; // 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 M* m; // for debuggers, but offset not hard-coded M* lockedm; |
