Fix function prototypes using fastcall and stdcall calling convensions
Some checks failed
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Failing after 16s

This commit is contained in:
2023-11-25 23:25:44 +01:00
parent e245754d95
commit bed49fa0ac
6 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
*/
XTFASTCALL
KRUNLEVEL
HlGetRunLevel()
HlGetRunLevel(VOID)
{
return (KRUNLEVEL)ArReadControlRegister(8);
}