diff --git a/Source/Debug/Panic.cpp b/Source/Debug/Panic.cpp index 0507e5b3..4dbea179 100644 --- a/Source/Debug/Panic.cpp +++ b/Source/Debug/Panic.cpp @@ -79,11 +79,7 @@ namespace Aurora::Debug } #if defined(AURORA_IS_MODERNNT_DERIVED) - // there is a syscall you can use to terminate in instances like this - // anticheats and drm love it - // i just dont remember what it is - // amendment: i believe its some software interrupt that raises an unhandleable exception - TerminateProcess(GetCurrentProcess(), 0xDEAD); + __fastfail('FCKD'); #else #if defined(AURORA_COMPILER_GCC) || defined(AURORA_COMPILER_CLANG) __builtin_trap();