commit ef6f27ce90789a1febf656d063fbfc6d7a7d53ca
parent 36a32d4668eecafc049ab77f1f90824e1a16e244
Author: Jared Tobin <jared@jtobin.io>
Date: Wed, 11 Feb 2026 18:27:47 +0400
fix: use hspace after label colon to allow foo:mov x0, x1
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Audit/AArch64/Parser.hs b/lib/Audit/AArch64/Parser.hs
@@ -86,7 +86,7 @@ pLabelOrInstrLine ln = do
case mColon of
Just _ -> do
-- Label line: name is the label
- sc
+ hspace
mInstr <- optional pInstr
hspace
void (optional pComment)