diff options
| author | Valery Ushakov <uwe@stderr.spb.ru> | 2020-11-10 01:01:06 +0300 |
|---|---|---|
| committer | Valery Ushakov <uwe@stderr.spb.ru> | 2020-11-10 01:01:06 +0300 |
| commit | a93f6c888f6d530420fbb54e2f7fa4572cdc5208 (patch) | |
| tree | cb1afd76dc6298465dc32e7cacf244c2c02c9700 /utils/libmach/elf.h | |
| parent | 7828d5d2aa2aeba1588dba190fd80dcab95d982b (diff) | |
| parent | ff5ab8e7bad9f4c04b5d06dbc4290fe0f43c4467 (diff) | |
Merged inferno-os/inferno-os into master
Diffstat (limited to 'utils/libmach/elf.h')
| -rw-r--r-- | utils/libmach/elf.h | 1 |
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, |
