Invoke #DE in cmd_panic()

This commit is contained in:
EnderIce2 2024-02-28 04:08:44 +02:00
parent e75dbfc8ce
commit 6a25cc216a
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -23,7 +23,8 @@
using namespace vfs;
void cmd_panic(const char *args)
nsa void cmd_panic(const char *)
{
int3;
asmv("int $0x0");
__unreachable;
}