Skip to content

Commit

Permalink
fix: provide OOB_INST_MODEXP_LEAD with ebs
Browse files Browse the repository at this point in the history
this corrects a typo where we were providing the OOB module with bbs
twice
  • Loading branch information
OlivierBBB committed Dec 9, 2024
1 parent 5b893ee commit 46d7919
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
(set-OOB-instruction---modexp-lead precompile-processing---MODEXP---misc-row-offset---leading-word-analysis ;; offset
(precompile-processing---MODEXP---bbs-lo) ;; low part of bbs (base byte size)
(precompile-processing---dup-cds) ;; call data size
(precompile-processing---MODEXP---bbs-lo) ;; low part of ebs (exponent byte size)
(precompile-processing---MODEXP---ebs-lo) ;; low part of ebs (exponent byte size)
))

(defun (precompile-processing---MODEXP---load-lead) (* (precompile-processing---MODEXP---extract-bbs) (shift [misc/OOB_DATA 4] precompile-processing---MODEXP---misc-row-offset---leading-word-analysis)))
Expand Down

0 comments on commit 46d7919

Please sign in to comment.