aboutsummaryrefslogtreecommitdiff
path: root/env/v/riscv_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'env/v/riscv_test.h')
-rw-r--r--env/v/riscv_test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/env/v/riscv_test.h b/env/v/riscv_test.h
index 995db59..bfd5197 100644
--- a/env/v/riscv_test.h
+++ b/env/v/riscv_test.h
@@ -51,6 +51,7 @@ userstart: \
//-----------------------------------------------------------------------
#include "../pcr.h"
+#include "../hwacha_xcpt.h"
#define vvcfg(nxregs, nfregs) ({ \
asm volatile ("vvcfg %0,%1" : : "r"(nxregs), "r"(nfregs)); })