diff options
| author | Thomas Bauereiss | 2018-02-17 21:41:42 +0000 |
|---|---|---|
| committer | Thomas Bauereiss | 2018-02-17 21:41:42 +0000 |
| commit | 96211c216102d6dec5e0fa3dd5999dc13e1b4748 (patch) | |
| tree | 8802dd58383e2065c9d4788fc71d32360225e5d7 /etc | |
| parent | 6bd490a9a3570fbb6f8a5979aaf4cd3ada3131d1 (diff) | |
| parent | 89f5441538355e98d236f85582daa12af1064722 (diff) | |
Merge master branch into sail2 for OCaml 4.06 compatibility
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/regfp.sail | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/regfp.sail b/etc/regfp.sail index cc057f2e..9a6172a9 100644 --- a/etc/regfp.sail +++ b/etc/regfp.sail @@ -16,9 +16,7 @@ typedef regfps = list <regfp> typedef niafp = const union { NIAFP_successor; (bit[64]) NIAFP_concrete_address; - NIAFP_LR; - NIAFP_CTR; - (regfp) NIAFP_register; + NIAFP_indirect_address; } typedef niafps = list <niafp> @@ -90,7 +88,7 @@ typedef instruction_kind = const union { (read_kind) IK_mem_read; (write_kind) IK_mem_write; (read_kind, write_kind) IK_mem_rmw; - IK_cond_branch; + IK_branch; (trans_kind) IK_trans; IK_simple } |
