The declspec 'naked' attribute is not supported on 'x86_64', use attribute instead

此提交包含在:
2023-04-12 20:50:42 +02:00
父節點 f549ca54a1
當前提交 9a059b407e

查看文件

@@ -17,7 +17,7 @@
#define XTCDECL __cdecl
#define XTFASTCALL __fastcall
#define XTINLINE __inline
#define XTASSEMBLY __declspec(naked)
#define XTASSEMBLY __attribute__((naked))
/* Variable modifiers */
#define CONST const