We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f166b commit 9f30151Copy full SHA for 9f30151
desmume/src/types.h
@@ -177,10 +177,7 @@
177
#define FAST_ALIGN DS_ALIGN(4)
178
//---------------------------------------------
179
180
-#ifdef __MINGW32__
181
- #define DESMUME_FASTCALL __attribute__((fastcall))
182
- #define ASMJIT_CALL_CONV kX86FuncConvGccFastCall
183
-#elif defined (__i386__) && !defined(__clang__)
+#if defined (__i386__) && !defined(__clang__)
184
#define DESMUME_FASTCALL __attribute__((regparm(3)))
185
#define ASMJIT_CALL_CONV kX86FuncConvGccRegParm3
186
#elif defined(_MSC_VER) || defined(__INTEL_COMPILER)
0 commit comments