set.mitm: Add delay to allow fatal to work when thrown
This commit is contained in:
@@ -38,6 +38,9 @@ static HosThread g_fatal_thread;
|
|||||||
|
|
||||||
static void FatalThreadFunc(void *arg) {
|
static void FatalThreadFunc(void *arg) {
|
||||||
Result rc = (Result)((uintptr_t)arg);
|
Result rc = (Result)((uintptr_t)arg);
|
||||||
|
|
||||||
|
svcSleepThread(5000000000ULL);
|
||||||
|
|
||||||
fatalSimple(rc);
|
fatalSimple(rc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user