mirror of
https://github.com/ptitSeb/box86.git
synced 2024-12-04 21:07:00 +00:00
Move, again, position where box86 load (should help big program)
This commit is contained in:
parent
dd8c5a3b81
commit
d5cd2b009b
@ -245,7 +245,7 @@ if(ARM_DYNAREC)
|
||||
endif()
|
||||
|
||||
if(NOT NOLOADADDR)
|
||||
target_link_libraries(${BOX86} -Wl,-Ttext-segment,0x0A800000)
|
||||
target_link_libraries(${BOX86} -Wl,-Ttext-segment,0x03800000)
|
||||
endif()
|
||||
|
||||
add_test(test01 ${CMAKE_COMMAND} -D TEST_PROGRAM=${CMAKE_BINARY_DIR}/${BOX86}
|
||||
|
Loading…
Reference in New Issue
Block a user