mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
Kernel: Enable VERIFY() checks even if the DEBUG macro is not defined
Fixes #7910.
This commit is contained in:
parent
eea95c4532
commit
bcf6da8cde
2 changed files with 2 additions and 9 deletions
|
@ -2402,7 +2402,6 @@ void copy_ptrace_registers_into_kernel_registers(RegisterState& kernel_regs, con
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
void __assertion_failed(const char* msg, const char* file, unsigned line, const char* func)
|
||||
{
|
||||
asm volatile("cli");
|
||||
|
@ -2411,7 +2410,6 @@ void __assertion_failed(const char* msg, const char* file, unsigned line, const
|
|||
|
||||
abort();
|
||||
}
|
||||
#endif
|
||||
|
||||
[[noreturn]] void abort()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue