Skip to content

Commit

Permalink
fix: setting NSR for INVALID instruction family
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierBBB committed Oct 20, 2024
1 parent 935a970 commit 9d19111
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hub/constraints/instruction-handling/invalid.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
(defconstraint invalid-instruction---setting-OPCX (:guard (invalid-instruction---standard-hypothesis))
(eq! stack/OPCX stack/INVALID_FLAG))

(defconstraint invalid-instruction---setting-NSR (:guard (invalid-instruction---standard-hypothesis))
(eq! NSR CMC))

;; TODO: this is debug
(defconstraint invalid-instruction---setting-the-peeking-flags (:guard (invalid-instruction---standard-hypothesis))
Expand Down

0 comments on commit 9d19111

Please sign in to comment.