System/Setup/Environment: Patch reboot-on-crash to Fault2 instead of Dbg2
This commit is contained in:
parent
8175debbac
commit
11d114aa9d
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ U0 @malloc_mem_tasks_init()
|
|||
@malloc_mem_tasks_init;
|
||||
|
||||
U0 dd() { DocDump(adam_task->put_doc); }
|
||||
//@patch_jmp_rel32(&Dbg2, &Reboot); // Reboot instead of crashing to the debugger
|
||||
//@patch_jmp_rel32(&Fault2, &Reboot); // Reboot instead of crashing to the debugger
|
||||
U0 NoBeep(I8, Bool) {};
|
||||
@patch_jmp_rel32(&Beep, &NoBeep); // Don't delay on beep when entering debugger
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue