mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix a typo.
Reviewed by: kib
This commit is contained in:
parent
370efe5ac8
commit
7af5f2acfb
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ typedef struct __mcontext {
|
|||
|
||||
#ifdef __amd64__
|
||||
/*
|
||||
* mc_trapno bits. Shall be in sync with TF_XXX.
|
||||
* mc_flags bits. Shall be in sync with TF_XXX.
|
||||
*/
|
||||
#define _MC_HASSEGS 0x1
|
||||
#define _MC_HASBASES 0x2
|
||||
|
|
|
|||
Loading…
Reference in a new issue