Skip to content

Commit

Permalink
fix: EXTCODECOPY requires the CFI as its MMU_SRC_ID only for ad…
Browse files Browse the repository at this point in the history
…dresses not currently under deployment (#40)
  • Loading branch information
OlivierBBB authored Dec 16, 2024
1 parent 00cb66a commit 8b8eacb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hub/instruction_handling/copy/generalities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@
we impose
\[
\left\{ \begin{array}{lcl}
\locSourceId & \define & \locForeignAddressCfi \\
\locSourceId & \define & \locForeignAddressHasCode \cdot \locForeignAddressCfi \\
\locReferenceOffset & \define & 0 \\
\locReferenceSize & \define & \locForeignAddressCodeSize \cdot \locForeignAddressHasCode \\
\locReferenceSize & \define & \locForeignAddressHasCode \cdot \locForeignAddressCodeSize \\
\locExoSum & \define & \exoWeightRom \\
\end{array} \right.
\]
Expand Down

0 comments on commit 8b8eacb

Please sign in to comment.