diff options
Diffstat (limited to 'sys/i386/include/proc.h')
-rw-r--r-- | sys/i386/include/proc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h index f011b5c..d7d5ef7 100644 --- a/sys/i386/include/proc.h +++ b/sys/i386/include/proc.h @@ -51,6 +51,7 @@ struct proc_ldt { * Machine-dependent part of the proc structure for i386. */ struct mdthread { + register_t md_savecrit; }; struct mdproc { |