From cb412bcb1adeb8ef860eaebcf41c7ff2e5091c07 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Wed, 24 Aug 2022 09:35:04 -0700 Subject: [PATCH] Padding bytes in `SyntaxSort::FunctionDeclarator` (#61) The fix #60 was missing the padding bytes at the end of the structure. --- ltx/parse.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/ltx/parse.tex b/ltx/parse.tex index adbd6bb..284a31a 100644 --- a/ltx/parse.tex +++ b/ltx/parse.tex @@ -695,6 +695,7 @@ \subsection{\valueTag{SyntaxSort::FunctionDeclarator}} \DeclareMember{ellipsis}{SourceLocation} \\ \DeclareMember{ref}{SourceLocation} \\ \DeclareMember{traits}{FunctionTypeTraits} \\ + \DeclareMember{padding}{\arrayType{3}{u8}} \\ } \label{fig:ifc:SyntaxSort:FunctionDeclarator} \end{figure}