Remove __naked attribute from Stop() function

This commit is contained in:
EnderIce2 2024-02-04 04:05:34 +02:00
parent bb946ea568
commit 69c61037ed
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -154,7 +154,7 @@ namespace CPU
/**
* @brief Stop the CPU (infinite loop)
*/
SafeFunction __noreturn __naked __used inline void Stop()
SafeFunction __noreturn __used inline void Stop()
{
#if defined(a86)
asmv("CPUStopLoop:\n"