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

UserspaceEmulator: Move to using the new SoftFPU

This commit is contained in:
Hendiadyoin1 2021-07-10 16:21:06 +02:00 committed by Andreas Kling
parent 45d0f84a27
commit 7da12f0faf
3 changed files with 202 additions and 867 deletions

View file

@ -14,9 +14,12 @@ set(SOURCES
Region.cpp
SimpleRegion.cpp
SoftCPU.cpp
SoftFPU.cpp
SoftMMU.cpp
main.cpp
)
add_compile_options(-mmmx)
serenity_bin(UserspaceEmulator)
target_link_libraries(UserspaceEmulator LibX86 LibDebug LibCore LibPthread LibLine)