1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:07:34 +00:00

Kernel: Add MiniStdLib to the Aarch64 kernel

This commit is contained in:
James Mintram 2021-10-16 22:51:40 +01:00 committed by Linus Groh
parent 183a2ec8bd
commit 8e4d53f216
2 changed files with 1 additions and 13 deletions

View file

@ -372,6 +372,7 @@ else()
Arch/aarch64/SmapDisabler.cpp
Arch/aarch64/ScopedCritical.cpp
StdLib.cpp
MiniStdLib.cpp
UBSanitizer.cpp
)