mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-09 11:36:28 +00:00
arm64: Fix compiling under MSYS2 CLANGARM64.
This commit is contained in:
@@ -47,7 +47,7 @@ DevirtualizedCall DevirtualizeDefault(mcl::class_type<decltype(mfp)>* this_) {
|
||||
|
||||
template<auto mfp>
|
||||
DevirtualizedCall Devirtualize(mcl::class_type<decltype(mfp)>* this_) {
|
||||
#if defined(_WIN32)
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
return DevirtualizeWindows<mfp>(this_);
|
||||
#else
|
||||
return DevirtualizeDefault<mfp>(this_);
|
||||
|
||||
Reference in New Issue
Block a user