summaryrefslogtreecommitdiff
path: root/riscv.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv.h')
-rw-r--r--riscv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscv.h b/riscv.h
index ff4eb1c..04e99a7 100644
--- a/riscv.h
+++ b/riscv.h
@@ -211,4 +211,3 @@
((RV_X(x, 12, 20) << 12) | (RV_IMM_SIGN(x) << 32))
#define EXTRACT_UJTYPE_IMM(x) \
((RV_X(x, 21, 10) << 1) | (RV_X(x, 20, 1) << 11) | (RV_X(x, 12, 8) << 12) | (RV_IMM_SIGN(x) << 20))
-