Skip to content

Commit

Permalink
Fix of the fix (Only unexceptional ACCOUNT instructions that `touch…
Browse files Browse the repository at this point in the history
…ForeignAddress` update its warmth) (#553)
  • Loading branch information
OlivierBBB authored Dec 15, 2024
1 parent 75201c1 commit d3fa8d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hub/constraints/instruction-handling/acc.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,9 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(if-not-zero (account-instruction---touches-foreign-account)
(if-not-zero XAHOY
(account-turn-on-warmth ROFF_ACC___ACCOUNT_DOING_ROW)
(account-same-warmth ROFF_ACC___ACCOUNT_DOING_ROW))))
(account-same-warmth ROFF_ACC___ACCOUNT_DOING_ROW) ;; XAHOY ≡ 1
(account-turn-on-warmth ROFF_ACC___ACCOUNT_DOING_ROW) ;; XAHOY ≡ 0
)))


(defconstraint account-instruction---foreign-address-opcode---undoing-account-row
Expand Down

0 comments on commit d3fa8d9

Please sign in to comment.