Skip to content

Commit 68a9580

Browse files
Silver Valdveepavel-kirienko
andauthored
Fix extent in the example in 3.4.5.6, page 26 (#120)
Fixes #119 Co-authored-by: Pavel Kirienko <[email protected]>
1 parent 8c49547 commit 68a9580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/dsdl/serializable_types.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ \subsubsection{Bit length set}
475475
\begin{minted}{python}
476476
# B.1.0
477477
uint64 x
478-
@extent 8 * 8
478+
@extent 17 * 8
479479
\end{minted}
480480

481481
Imagine then that \verb|B.1.0| is replaced with the following:
@@ -484,7 +484,7 @@ \subsubsection{Bit length set}
484484
# B.1.1
485485
uint64 x
486486
bool[<=64] y
487-
@extent 8 * 8
487+
@extent 17 * 8
488488
\end{minted}
489489

490490
Once this modification is introduced, the fragile assumption about the alignment of

0 commit comments

Comments
 (0)