Don't exit on user mode
This commit is contained in:
parent
1a82721ad2
commit
e5286214b2
1 changed files with 0 additions and 1 deletions
|
@ -85,6 +85,5 @@ void switch_mode(arm_core_t *core, uint32_t mode) {
|
|||
core->Mode = mode;
|
||||
} else {
|
||||
LOG_CRITICAL(Core_ARM11, "user mode");
|
||||
exit(-2);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue