mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:17:44 +00:00
Kernel: Rename {ss,esp}_if_crossRing to userspace_{ss,esp}
These were always so awkwardly named.
This commit is contained in:
parent
f007a63b10
commit
17ef5bc0ac
6 changed files with 15 additions and 15 deletions
|
@ -410,8 +410,8 @@ struct [[gnu::packed]] RegisterDump
|
|||
u32 eip;
|
||||
u32 cs;
|
||||
u32 eflags;
|
||||
u32 esp_if_crossRing;
|
||||
u32 ss_if_crossRing;
|
||||
u32 userspace_esp;
|
||||
u32 userspace_ss;
|
||||
};
|
||||
|
||||
struct [[gnu::aligned(16)]] FPUState
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue