load the tasks initial idnestcnt/tdnestcnt values

This commit is contained in:
Kalamatee 2023-04-22 10:48:12 +01:00 committed by deadwood
parent efdea0d874
commit 96d9f8dc05
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/*
Copyright (C) 1995-2017, The AROS Development Team. All rights reserved.
Copyright (C) 1995-2023, The AROS Development Team. All rights reserved.
Desc: exec.library resident and initialization.
*/
@ -274,6 +274,9 @@ AROS_UFH3S(struct ExecBase *, GM_UNIQUENAME(init),
}
}
IDNESTCOUNT_SET(t->tc_IDNestCnt);
TDNESTCOUNT_SET(t->tc_TDNestCnt);
DINIT("Permitting multitasking...\n");
/* We now start up the interrupts */