nova: fix fpu nullpointer access in kernel

This commit is contained in:
Alexander Boettcher 2017-08-23 15:25:46 +02:00 committed by Christian Helmuth
parent d424f6e066
commit e73521a95e
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
809665e853584e94cf2ff89aa1f6df1bbb08fc62
4d5351ce8bf433b34f9bcc86389d3856bae2f885

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) := 2006635a22505a59854dd55a6e0a74749cd6568e
REV(nova) := d6140259996ef79d26be9051e9a02c88a273cdcb
DIR(nova) := src/kernel/nova
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)