mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:07:34 +00:00
Kernel: Use the Kernel UBSanitizer implementation in the aarch64 Kernel
Now we actually print useful information when an UBSAN fault is detected. :^)
This commit is contained in:
parent
1f3977b303
commit
4db44c09a4
1 changed files with 2 additions and 3 deletions
|
@ -397,9 +397,7 @@ if (NOT "${SERENITY_ARCH}" STREQUAL "aarch64")
|
|||
${CRYPTO_SOURCES}
|
||||
)
|
||||
else()
|
||||
set(PREKERNEL_SOURCES
|
||||
Prekernel/UBSanitizer.cpp
|
||||
)
|
||||
set(PREKERNEL_SOURCES)
|
||||
set(RPI_SOURCES
|
||||
Arch/aarch64/RPi/Framebuffer.cpp
|
||||
Arch/aarch64/RPi/GPIO.cpp
|
||||
|
@ -434,6 +432,7 @@ else()
|
|||
# Files from base Kernel
|
||||
KSyms.cpp
|
||||
MiniStdLib.cpp
|
||||
UBSanitizer.cpp
|
||||
|
||||
Memory/AddressSpace.cpp
|
||||
Memory/AnonymousVMObject.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue