Skip to content

Commit

Permalink
[NTOS:KE/x64] Rename stubs.c to traphandler.c
Browse files Browse the repository at this point in the history
  • Loading branch information
tkreuzer committed Dec 7, 2023
1 parent 9ea2222 commit 5efec46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion ntoskrnl/ntos.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ elseif(ARCH STREQUAL "amd64")
${REACTOS_SOURCE_DIR}/ntoskrnl/mm/amd64/init.c
${REACTOS_SOURCE_DIR}/ntoskrnl/mm/amd64/procsup.c
${REACTOS_SOURCE_DIR}/ntoskrnl/ps/amd64/psctx.c
${REACTOS_SOURCE_DIR}/ntoskrnl/ke/amd64/stubs.c
${REACTOS_SOURCE_DIR}/ntoskrnl/ke/amd64/traphandler.c
${REACTOS_SOURCE_DIR}/ntoskrnl/ke/amd64/usercall.c)
if(BUILD_MP)
list(APPEND SOURCE
Expand Down

0 comments on commit 5efec46

Please sign in to comment.