summary refs log tree commit diff stats
path: root/target/riscv/cpu_user.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/riscv/cpu_user.h')
-rw-r--r--target/riscv/cpu_user.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/riscv/cpu_user.h b/target/riscv/cpu_user.h
index 02afad608b..e6927ff847 100644
--- a/target/riscv/cpu_user.h
+++ b/target/riscv/cpu_user.h
@@ -15,5 +15,6 @@
 #define xA6 16
 #define xA7 17  /* syscall number for RVI ABI */
 #define xT0 5   /* syscall number for RVE ABI */
+#define xT2 7
 
 #endif