mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49: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
Notes:
sideshowbarker
2024-07-19 10:14:41 +09:00
Author: https://github.com/awesomekling
Commit: 17ef5bc0ac
6 changed files with 15 additions and 15 deletions
|
@ -557,7 +557,7 @@ ShouldUnblockThread Thread::dispatch_signal(u8 signal)
|
|||
set_state(Skip1SchedulerPass);
|
||||
} else {
|
||||
auto& regs = get_register_dump_from_stack();
|
||||
u32* stack = ®s.esp_if_crossRing;
|
||||
u32* stack = ®s.userspace_esp;
|
||||
setup_stack(regs, stack);
|
||||
regs.eip = g_return_to_ring3_from_signal_trampoline.get();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue