Skip to content

Commit

Permalink
Padding bytes in SyntaxSort::FunctionDeclarator (#61)
Browse files Browse the repository at this point in the history
The fix #60 was missing the padding bytes at the end of the structure.
  • Loading branch information
GabrielDosReis committed Aug 24, 2022
1 parent 265c76e commit cb412bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ltx/parse.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit cb412bc

Please sign in to comment.