mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-27 15:04:33 +00:00
Remove __naked attribute from Stop() function
This commit is contained in:
parent
bb946ea568
commit
69c61037ed
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user