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

Revert "DynamicLoader: Remove unnecessary math functions"

This reverts commit b1f1f5afcf.

Unfortunately this broke dbgln() in the dynamic loader. We need to
figure out how to link libgcc into it properly.
This commit is contained in:
Andreas Kling 2021-02-08 19:57:45 +01:00
parent f39c2b653e
commit 412cb66666
3 changed files with 237 additions and 0 deletions

View file

@ -1,5 +1,6 @@
set(LOADER_SOURCES
main.cpp
math.cpp
misc.cpp
)