summaryrefslogtreecommitdiff
path: root/utils/libmach/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/libmach/elf.h')
-rw-r--r--utils/libmach/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/libmach/elf.h b/utils/libmach/elf.h
index 6bd483d2..e945ba11 100644
--- a/utils/libmach/elf.h
+++ b/utils/libmach/elf.h
@@ -84,6 +84,7 @@ enum {
ARM = 40, /* ARM */
AMD64 = 62, /* Amd64 */
ARM64 = 183, /* ARM64 */
+ RISCV = 243, /* RISC-V */
NO_VERSION = 0, /* version, ident[VERSION] */
CURRENT = 1,