aboutsummaryrefslogtreecommitdiff
path: root/c_emulator/riscv_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'c_emulator/riscv_platform.h')
-rw-r--r--c_emulator/riscv_platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c_emulator/riscv_platform.h b/c_emulator/riscv_platform.h
index 4442f95..4b6541f 100644
--- a/c_emulator/riscv_platform.h
+++ b/c_emulator/riscv_platform.h
@@ -7,6 +7,7 @@ bool sys_enable_fdext(unit);
bool sys_enable_zfinx(unit);
bool sys_enable_writable_misa(unit);
bool sys_enable_writable_fiom(unit);
+bool sys_enable_vext(unit);
bool plat_enable_dirty_update(unit);
bool plat_enable_misaligned_access(unit);