diff --git a/headers/private/kernel/arch/x86/arch_cpu.h b/headers/private/kernel/arch/x86/arch_cpu.h index bc986947f8..94201d47dd 100644 --- a/headers/private/kernel/arch/x86/arch_cpu.h +++ b/headers/private/kernel/arch/x86/arch_cpu.h @@ -59,6 +59,7 @@ typedef struct pdentry { // page directory entry unsigned int addr:20; } pdentry; +// NOTE: Keep in sync with ! struct iframe { unsigned int gs; unsigned int fs;