mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00: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:
parent
f10437b1e2
commit
184b8a30cb
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue