mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +00:00
Kernel: Make handle_crash available to aarch64
This commit is contained in:
parent
d3b6201b40
commit
6299a69253
Notes:
sideshowbarker
2024-07-17 14:35:31 +09:00
Author: https://github.com/jamesmintram
Commit: 6299a69253
Pull-request: https://github.com/SerenityOS/serenity/pull/13447
8 changed files with 75 additions and 33 deletions
|
@ -21,4 +21,7 @@ namespace Kernel {
|
|||
|
||||
struct RegisterState;
|
||||
|
||||
void dump_registers(RegisterState const& regs);
|
||||
void handle_crash(RegisterState const&, char const* description, int signal, bool out_of_memory = false);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue