[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:
Hermès Bélusca-Maïto 2022-04-07 04:20:53 +02:00
parent f10437b1e2
commit 184b8a30cb
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

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