Fixed compiler warnings

This commit is contained in:
Alex 2022-11-06 01:58:24 +02:00
parent c602ad8db3
commit 9635cefa17
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -27,7 +27,7 @@ namespace GlobalDescriptorTable
.S = 1,
.DPL = 0,
.P = 1},
.Flags = {.L = 1},
.Flags = {.Unknown = 0x0, .L = 1},
.BaseHigh = 0x0},
// kernel data
@ -41,7 +41,7 @@ namespace GlobalDescriptorTable
.S = 1,
.DPL = 0,
.P = 1},
.Flags = 0b00000000,
.Flags = {.Raw = 0x0},
.BaseHigh = 0x0},
// user code
@ -55,7 +55,7 @@ namespace GlobalDescriptorTable
.S = 1,
.DPL = 3,
.P = 1},
.Flags = {.L = 1},
.Flags = {.Unknown = 0x0, .L = 1},
.BaseHigh = 0x0},
// user data
@ -69,7 +69,7 @@ namespace GlobalDescriptorTable
.S = 1,
.DPL = 3,
.P = 1},
.Flags = 0b00000000,
.Flags = {.Raw = 0x0},
.BaseHigh = 0x0},
// tss