Move, again, position where box86 load (should help big program)

This commit is contained in:
ptitSeb 2019-12-01 17:45:05 +01:00
parent dd8c5a3b81
commit d5cd2b009b

View File

@ -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}