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:
parent
f39c2b653e
commit
412cb66666
3 changed files with 237 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
set(LOADER_SOURCES
|
||||
main.cpp
|
||||
math.cpp
|
||||
misc.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue