mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
As I said: the previous commit was untested... Remove an #endif which
should have ceased to exist when its corresponding #if was removed.
This commit is contained in:
parent
97752b2cbd
commit
344bbdbd54
1 changed files with 0 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ struct pcb {
|
|||
uint64_t pcb_ia32_fdr;
|
||||
uint64_t pcb_ia32_fir;
|
||||
uint64_t pcb_ia32_fsr;
|
||||
#endif
|
||||
};
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
|
|
|||
Loading…
Reference in a new issue