The declspec 'naked' attribute is not supported on 'x86_64', use attribute instead
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
f549ca54a1
commit
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
|
||||
|
Loading…
Reference in New Issue
Block a user