mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix XENHVM build.
This commit is contained in:
parent
94e9f5a1c2
commit
8480241102
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
/* Pointer to the CPU LDT descriptor */ \
|
||||
struct system_segment_descriptor *pc_ldt; \
|
||||
/* Pointer to the CPU TSS descriptor */ \
|
||||
struct system_segment_descriptor *pc_tss
|
||||
struct system_segment_descriptor *pc_tss \
|
||||
PCPU_XEN_FIELDS
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
|
|
|||
Loading…
Reference in a new issue