diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2018-02-23 12:54:43 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2018-02-23 12:54:43 +0200 |
commit | 4750be2da326297830691c54adbab0a5dea14802 (patch) | |
tree | ae7b9643ce3fdbf6c0ddc78c2626fb81416f1404 /spec | |
parent | 22fb54a917676e61f19d773cc4f931300ace925e (diff) |
wip
Diffstat (limited to 'spec')
-rw-r--r-- | spec/elf.fspec | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/elf.fspec b/spec/elf.fspec index e9f3f3b..2ad5f78 100644 --- a/spec/elf.fspec +++ b/spec/elf.fspec @@ -1,3 +1,11 @@ +enum foo { + foo: 0x1; + bar: 0x2; + eaf: 0x3; + eaf: 0xDEADBEEF; + bar; +}; + struct elf64 { e_entry: u64 hex; e_phoff: u64; |