Don't exit on user mode
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user