diff options
| author | Thomas Bauereiss | 2017-12-06 17:19:40 +0000 |
|---|---|---|
| committer | Thomas Bauereiss | 2017-12-06 17:19:40 +0000 |
| commit | 17c518d94e5b2f531de47ee94ca0ceca09051f25 (patch) | |
| tree | 289d0ef2848d8388f6da64409ca8015147c5cc50 /cheri | |
| parent | 2bc281428a3a1d608d56f69e71b50056a25e3da0 (diff) | |
Make CHERI spec type-check again
Diffstat (limited to 'cheri')
| -rw-r--r-- | cheri/cheri_insts.sail | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cheri/cheri_insts.sail b/cheri/cheri_insts.sail index 3c1e34bb..c2115534 100644 --- a/cheri/cheri_insts.sail +++ b/cheri/cheri_insts.sail @@ -1060,8 +1060,8 @@ function clause execute (CCall(cs, cb, 0b00000000001)) = (* selector=1 *) }) in { delayedPC := (bit[64]) (getCapOffset(cs_val)); delayedPCC := csUnsealed; - branchPending := true; - inCCallDelay := true; + branchPending := 0b1; + inCCallDelay := 0b1; C26 := capStructToCapReg({cb_val with sealed=false; otype=0; |
