Skip to content

Commit

Permalink
Fixed HUB typo in (stateless-instruction---precondition) (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierBBB authored Sep 17, 2024
1 parent 6dc315f commit ca03c9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
;; Constraints ;;
;;;;;;;;;;;;;;;;;;;

(defun (stateless-instruction---precondition) (* PEEK_AT_STACK (- 1 stack/SUX stack/SUX)))
(defun (stateless-instruction---precondition) (* PEEK_AT_STACK (- 1 stack/SUX stack/SOX)))

;; TODO: comment out
;; sanity check
Expand Down

0 comments on commit ca03c9b

Please sign in to comment.