From 4750be2da326297830691c54adbab0a5dea14802 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Fri, 23 Feb 2018 12:54:43 +0200 Subject: wip --- spec/elf.fspec | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'spec') 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; -- cgit v1.2.3