mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-11 21:36:32 +00:00
backend_x64: Rename UnwindHandler to ExceptionHandler
This commit is contained in:
@@ -96,9 +96,9 @@ if (ARCHITECTURE_x86_64)
|
||||
)
|
||||
|
||||
if (WIN32)
|
||||
list(APPEND SRCS backend_x64/unwind_windows.cpp)
|
||||
list(APPEND SRCS backend_x64/exception_handler_windows.cpp)
|
||||
else()
|
||||
list(APPEND SRCS backend_x64/unwind_generic.cpp)
|
||||
list(APPEND SRCS backend_x64/exception_handler_generic.cpp)
|
||||
endif()
|
||||
else()
|
||||
message(FATAL_ERROR "Unsupported architecture")
|
||||
|
||||
Reference in New Issue
Block a user