forked from xt-sys/exectos
Add XTASSEMBLY routine modifier to instruct compiler to generate code without prolog and epilog
This commit is contained in:
parent
bf3d56385f
commit
2257ad1567
@ -17,6 +17,7 @@
|
||||
#define XTCDECL __cdecl
|
||||
#define XTFASTCALL __fastcall
|
||||
#define XTINLINE __inline
|
||||
#define XTASSEMBLY __declspec(naked)
|
||||
|
||||
/* Variable modifiers */
|
||||
#define CONST const
|
||||
|
Loading…
Reference in New Issue
Block a user