mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[BOOT:RTL] Fix AMD64 build. Addendum to 24cb57fde.
Turns out, that rtl/amd64/rtlmem.S doesn't currently compile fine with ML64, and it wasn't included for compilation anyways in the original RTL. So, just remove it from there as well.
This commit is contained in:
@@ -40,7 +40,8 @@ if(ARCH STREQUAL "i386")
|
||||
elseif(ARCH STREQUAL "amd64")
|
||||
list(APPEND ASM_SOURCE
|
||||
${NTOS_RTL_SOURCE_DIR}/amd64/debug_asm.S
|
||||
${NTOS_RTL_SOURCE_DIR}/amd64/rtlmem.S)
|
||||
## ${NTOS_RTL_SOURCE_DIR}/amd64/rtlmem.S
|
||||
)
|
||||
list(APPEND SOURCE
|
||||
${NTOS_RTL_SOURCE_DIR}/bitmap64.c
|
||||
${NTOS_RTL_SOURCE_DIR}/byteswap.c
|
||||
|
||||
Reference in New Issue
Block a user