KMessage: panic is valid for kernel and bootloader code
Change-Id: I4473160d809c490cc8862dfd42b41290238e22e3 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3274 Reviewed-by: Rene Gollent <[email protected]> Reviewed-by: Axel Dörfler <[email protected]>
This commit is contained in:
committed by
Axel Dörfler
parent
d458e592eb
commit
c0de5f6a5f
@@ -28,7 +28,7 @@
|
||||
|
||||
// define the PANIC macro
|
||||
#ifndef PANIC
|
||||
# ifdef _KERNEL_MODE
|
||||
# if defined(_KERNEL_MODE) || defined(_BOOT_MODE)
|
||||
# define PANIC(str) panic(str)
|
||||
# else
|
||||
# define PANIC(str) debugger(str)
|
||||
|
||||
Reference in New Issue
Block a user