Skip to content

Commit 098fb00

Browse files
Apply suggestions from code review
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: Robin Jadoul <robin.jadoul@gmail.com>
1 parent ed62900 commit 098fb00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/src/cpu.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ multiplicity = "STORE"
706706
[[constraints.mem]]
707707
kind = "arith"
708708
constraint = "$#`pc_double_read` => #`rs1` = 255$"
709-
poly = ["*", ["-", 1, "pc_double_read"], ["-", "rs1", 255]]
709+
poly = ["*", "pc_double_read", ["-", "rs1", 255]]
710710

711711
[[constraints.mem]]
712712
kind = "template"
@@ -721,7 +721,7 @@ input = ["prev_pc_timestamp_borrow"]
721721
[[constraints.mem]]
722722
kind = "arith"
723723
constraint = "$#`pc_double_read` => #`prev_pc_timestamp_borrow` = 0$"
724-
poly = ["*", ["-", 1, "pc_double_read"], "prev_pc_timestamp_borrow"]
724+
poly = ["*", "pc_double_read", "prev_pc_timestamp_borrow"]
725725

726726
[[constraints.mem]]
727727
kind = "interaction"

0 commit comments

Comments
 (0)