Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
letypequividelespoubelles committed Dec 29, 2023
1 parent 6f691ed commit de6f8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alu/add/constraints.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
(vanishes! (next CT)))
(if-not-zero STAMP
(begin (any! (eq! INST ADD) (eq! INST SUB))
(if-eq-else CT LLARGEMO (will-inc! STAMP 1) (will-inc! CT 1))
(if-eq-else CT CT_MAX (will-inc! STAMP 1) (will-inc! CT 1))
(eq! (~ (* (- CT LLARGE) CT_MAX))
1)))))

Expand Down

0 comments on commit de6f8ca

Please sign in to comment.