"hlt" causes GPF

This commit is contained in:
Alex 2022-12-10 06:05:48 +02:00
parent e9d766e735
commit 70eb5a4625
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -14,5 +14,5 @@ void _exit(int Code)
: "rcx", "r11", "memory"); : "rcx", "r11", "memory");
while (1) while (1)
__asm__ __volatile__("hlt"); ;
} }