make const errors go away

This commit is contained in:
2025-11-21 01:23:52 +01:00
parent ba8b90f7f1
commit 2818e5c1ab

View File

@@ -23,7 +23,7 @@ extern "C" constexpr Pointer gdt_protected_mode_pointer(protected_mode);
// The static 64-bit Global Descriptor Table (GDT)
// \see [ISDMv3 3.2.4 Segmentation in IA-32e
// Mode](intel_manual_vol3.pdf#page=91)
alignas(16) constinit SegmentDescriptor long_mode[] = {
alignas(16) SegmentDescriptor long_mode[] = {
// Null descriptor
SegmentDescriptor::Null(),