nova: avoid !zero assertion in kernel

Fixes #2266
This commit is contained in:
Alexander Boettcher 2017-01-31 11:38:38 +01:00 committed by Norman Feske
parent 92978933c7
commit d5d4befab3
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
3266112c2d9ec53e67a3346fa32d297c643eddfc
53b89f11df385467b75150f9a550b16202a12724

View File

@ -4,7 +4,7 @@ DOWNLOADS := nova.git
# r9 branch - use r9_debug for more verbose kernel messages
URL(nova) := https://github.com/alex-ab/NOVA.git
REV(nova) := dc6cf64fa104fc6b24e92dbe7af4a0486c2540ae
REV(nova) := 2436fe22c67d1eabcc4d5e837d2c1fe4be67d7d8
DIR(nova) := src/kernel/nova
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)