Fix compilation on build targets listed below MIPS

This commit is contained in:
Erk 2021-03-04 10:33:12 +01:00 committed by GitHub
parent 46dcd6e7ca
commit b2a0279253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21260,7 +21260,7 @@ __dll_export
"ARM"
#elif defined(__mips64) || defined(__mips64__) || (defined(__mips) && (__mips >= 64))
"MIPS64"
#elif if defined(__mips__) || defined(__mips) || defined(_R4000) || defined(__MIPS__)
#elif defined(__mips__) || defined(__mips) || defined(_R4000) || defined(__MIPS__)
"MIPS"
#elif defined(__hppa64__) || defined(__HPPA64__) || defined(__hppa64)
"PARISC64"