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:
Marcel Moolenaar 2004-08-16 19:05:08 +00:00
parent 97752b2cbd
commit 344bbdbd54

View File

@ -53,7 +53,6 @@ struct pcb {
uint64_t pcb_ia32_fdr;
uint64_t pcb_ia32_fir;
uint64_t pcb_ia32_fsr;
#endif
};
#ifdef _KERNEL