mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
Kernel: Fix Process::crash assuming 32-bit mode
This commit is contained in:
parent
57b7f4ec5b
commit
8b44aa7885
Notes:
sideshowbarker
2024-07-18 11:23:51 +09:00
Author: https://github.com/Hendiadyoin1
Commit: 8b44aa7885
Pull-request: https://github.com/SerenityOS/serenity/pull/8297
2 changed files with 6 additions and 6 deletions
|
@ -421,7 +421,7 @@ public:
|
|||
|
||||
static void initialize();
|
||||
|
||||
[[noreturn]] void crash(int signal, u32 eip, bool out_of_memory = false);
|
||||
[[noreturn]] void crash(int signal, FlatPtr ip, bool out_of_memory = false);
|
||||
[[nodiscard]] siginfo_t wait_info();
|
||||
|
||||
const TTY* tty() const { return m_tty; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue