Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Documentation fix, set addr_extern len:(## 9) #68

Open
wants to merge 1 commit into
base: safer_overlay_plus
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/tblkch.tex
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ \section*{Introduction}
The serialization of source and destination addresses is defined by the following TL-B scheme:
\begin{verbatim}
addr_none$00 = MsgAddressExt;
addr_extern$01 len:(## 8) external_address:(len * Bit)
addr_extern$01 len:(## 9) external_address:(len * Bit)
= MsgAddressExt;
anycast_info$_ depth:(## 5) rewrite_pfx:(depth * Bit) = Anycast;
addr_std$10 anycast:(Maybe Anycast)
Expand Down
2 changes: 1 addition & 1 deletion doc/tvm.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,7 @@ \section*{Introduction}
The message and address manipulation primitives listed below serialize and deserialize values according to the following TL-B scheme (cf.~\ptref{sp:tlb.brief}):
\begin{verbatim}
addr_none$00 = MsgAddressExt;
addr_extern$01 len:(## 8) external_address:(bits len)
addr_extern$01 len:(## 9) external_address:(bits len)
= MsgAddressExt;
anycast_info$_ depth:(#<= 30) { depth >= 1 }
rewrite_pfx:(bits depth) = Anycast;
Expand Down