Remove __naked attribute from Stop() function

This commit is contained in:
EnderIce2
2024-02-04 04:05:34 +02:00
parent bb946ea568
commit 69c61037ed

View File

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