From 98d2d9ee4e3d86c1d44d9a1d696d631031cdeffe Mon Sep 17 00:00:00 2001 From: mvax Date: Wed, 1 Mar 2023 21:59:00 -0500 Subject: [PATCH] Fix .endmacro not at the start of the line. Fix style --- test/asm/val/bug2013.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/asm/val/bug2013.s b/test/asm/val/bug2013.s index b6e9e37e6..cfb8efefb 100644 --- a/test/asm/val/bug2013.s +++ b/test/asm/val/bug2013.s @@ -27,4 +27,4 @@ _main: dex2 ; x should be zero txa - jmp _exit \ No newline at end of file + jmp _exit