From b8b96903413507ff6ba2d43224c4dad7bc55f48c Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Wed, 8 Aug 2018 23:27:46 -0700 Subject: Include so MSTATUS_FS is visible to start.S --- bsp/env/start.S | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/env/start.S b/bsp/env/start.S index 4e9f665..4d1eb04 100644 --- a/bsp/env/start.S +++ b/bsp/env/start.S @@ -1,5 +1,6 @@ // See LICENSE for license details. #include +#include /* This is defined in sifive/platform.h, but that can't be included from * assembly. */ -- cgit v1.2.3