diff options
Diffstat (limited to 'Kernel/Process.h')
-rw-r--r-- | Kernel/Process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Process.h b/Kernel/Process.h index f14fc87b98..2de9e7fd80 100644 --- a/Kernel/Process.h +++ b/Kernel/Process.h @@ -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; } |