nova: avoid assertion during SC cleanup

Regression introduced in Issue #5314

Fixes #5391
This commit is contained in:
Alexander Boettcher 2024-11-30 17:58:44 +01:00 committed by Christian Helmuth
parent 7928597249
commit e520dbbb7e
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
3ca00c7332c39fe5be7fc14f3149e45bca428858
d58086480d6a21a06bbd956e2d2e605d0f39b6b2

View File

@ -4,7 +4,7 @@ DOWNLOADS := nova.git
# r10 branch
URL(nova) := https://github.com/alex-ab/NOVA.git
REV(nova) := f74d1d0d9252de6178e30f4402cbb39ea664f3f7
REV(nova) := fc9ad04ecec3911302451fcbf6cd87063be66ad0
DIR(nova) := src/kernel/nova
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))