Skip to content

Commit 54d5243

Browse files
committed
fixup
1 parent 0ebe757 commit 54d5243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trusted/service_runtime/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ if (LINUX AND NOT BUILD_ELSEWHERE)
461461
# safely set reserve_top to 0x100000000.
462462
list(APPEND BOOTSTRAP_FLAGS "-mcmodel=large")
463463
else()
464-
set(reserve_top "0x0")
464+
set(RESERVE_TOP "0x0")
465465
endif()
466466
elseif (ARCH STREQUAL "i686")
467467
set(LD_EMUL "elf_i386")

0 commit comments

Comments
 (0)