crash -> debug_crash
This commit is contained in:
@@ -857,7 +857,7 @@ BOOL APIENTRY CrashDlgProc(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam) {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
void crash() {
|
||||
void debug_crash() {
|
||||
__try {
|
||||
__asm xor ebx,ebx
|
||||
__asm mov eax,dword ptr [ebx]
|
||||
|
||||
@@ -22,6 +22,6 @@ extern long __stdcall CrashHandler(struct _EXCEPTION_POINTERS *ExceptionInfo);
|
||||
|
||||
/* Exactly as advertised. (This will bring up the crash handler even
|
||||
* in the debugger.) */
|
||||
void crash();
|
||||
void debug_crash();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user