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:
parent
45d0f84a27
commit
7da12f0faf
3 changed files with 202 additions and 867 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue