mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-02 12:44:34 +01:00
arm64: Fix compiling under MSYS2 CLANGARM64.
This commit is contained in:
parent
00c6c00e86
commit
8398d7ef7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue