KeBugCheckEx : Correct spelling
This commit is contained in:
parent
c1c66e31e8
commit
2db429ac0e
|
@ -399,10 +399,10 @@ XBSYSAPI EXPORTNUM(96) xboxkrnl::NTSTATUS NTAPI xboxkrnl::KeBugCheckEx
|
|||
char buffer[1024];
|
||||
sprintf(buffer, "The running software triggered KeBugCheck with the following information\n"
|
||||
"BugCheckCode: 0x%08X\n"
|
||||
"BugCheckParamater1 0x%08X\n"
|
||||
"BugCheckParamater2 0x%08X\n"
|
||||
"BugCheckParamater3 0x%08X\n"
|
||||
"BugCheckParamater4 0x%08X\n"
|
||||
"BugCheckParameter1: 0x%08X\n"
|
||||
"BugCheckParameter2: 0x%08X\n"
|
||||
"BugCheckParameter3: 0x%08X\n"
|
||||
"BugCheckParameter4: 0x%08X\n"
|
||||
"\nThis is the Xbox equivalent to a BSOD and would cause the console to automatically reboot\n"
|
||||
"\nContinue Execution (Not Recommended)?\n",
|
||||
BugCheckCode, BugCheckParameter1, BugCheckParameter2, BugCheckParameter3, BugCheckParameter4);
|
||||
|
|
Loading…
Reference in New Issue