mirror of
https://github.com/reactos/reactos.git
synced 2025-06-15 23:38:28 +00:00
[PSEH] Each amd64 compiler that we use support SEH
This commit is contained in:
parent
76a241dea6
commit
a19ca409ae
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ elseif(ARCH STREQUAL "arm")
|
||||||
arm/seh_prolog.s)
|
arm/seh_prolog.s)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(MSVC OR (CMAKE_C_COMPILER_ID STREQUAL "GNU" AND ARCH STREQUAL "amd64"))
|
if(MSVC OR ARCH STREQUAL "amd64")
|
||||||
|
|
||||||
list(APPEND SOURCE dummy.c)
|
list(APPEND SOURCE dummy.c)
|
||||||
add_asm_files(pseh_asm ${ASM_SOURCE})
|
add_asm_files(pseh_asm ${ASM_SOURCE})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue