mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-10 20:42:59 +00:00
arm64: Fix compiling under MSYS2 CLANGARM64.
This commit is contained in:
parent
00c6c00e86
commit
8398d7ef7e
@ -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_);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user