Refactor alignment spec parsing (#1253)

This commit is contained in:
Rangi
2023-11-24 18:06:05 -05:00
committed by GitHub
parent 92836408cc
commit 756f2866bb
2 changed files with 35 additions and 53 deletions

View File

@@ -84,7 +84,7 @@ int yylex(void);
bool lexer_CaptureRept(struct CaptureBody *capture);
bool lexer_CaptureMacroBody(struct CaptureBody *capture);
struct DsAlignment {
struct AlignmentSpec {
uint8_t alignment;
uint16_t alignOfs;
};