backend_x64: Rename UnwindHandler to ExceptionHandler

This commit is contained in:
MerryMage
2017-04-20 14:08:56 +01:00
parent 0d47f50f57
commit 2c9dcfa2db
5 changed files with 15 additions and 15 deletions

View File

@@ -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")