diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2018-08-08 23:27:46 -0700 |
---|---|---|
committer | Palmer Dabbelt <palmer@dabbelt.com> | 2018-08-08 23:27:46 -0700 |
commit | b8b96903413507ff6ba2d43224c4dad7bc55f48c (patch) | |
tree | cb799263a86b4ccfe2cab0974c36130b037c6dc1 | |
parent | 37e1144cc543f4bcca9b533f8646479c476b5e3e (diff) |
Include <encoding.h> so MSTATUS_FS is visible to start.S
-rw-r--r-- | bsp/env/start.S | 1 |
1 files changed, 1 insertions, 0 deletions
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 <sifive/smp.h> +#include <encoding.h> /* This is defined in sifive/platform.h, but that can't be included from * assembly. */ |