Skip to content

Commit

Permalink
fix bug (is-not-zero ROOB)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewile committed Apr 20, 2023
1 parent a33a882 commit d841334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxp/constraints.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
(defconstraint roob-when-type-2-3 (:guard (+ [MXP_TYPE 2] [MXP_TYPE 3]))
(if-zero OFFSET_1_HI
(vanishes ROOB)
(is-not-zero ROOB)))
(= ROOB 1)))

;; 2.2.3
(defconstraint roob-when-mem-4 (:guard [MXP_TYPE 4])
Expand Down

0 comments on commit d841334

Please sign in to comment.