mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:41:57 +00:00
[RTL] Implement dynamic function tables for x64
This commit is contained in:
parent
ef1311b7a4
commit
8521f6d7b5
6 changed files with 355 additions and 38 deletions
|
@ -94,6 +94,7 @@ elseif(ARCH STREQUAL "amd64")
|
|||
list(APPEND SOURCE
|
||||
bitmap64.c
|
||||
byteswap.c
|
||||
amd64/dynfntbl.c
|
||||
amd64/except.c
|
||||
amd64/unwind.c
|
||||
amd64/stubs.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue