From 2fb678943cb94e5da2f7913e5ffa7fb318dcc557 Mon Sep 17 00:00:00 2001 From: Darren Bane <905140+poldy@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:56:28 +0000 Subject: [PATCH] Missing \ for param substitution in _elseif --- struct_gas.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/struct_gas.S b/struct_gas.S index 6d4431e..221971c 100644 --- a/struct_gas.S +++ b/struct_gas.S @@ -87,7 +87,7 @@ .macro _elseif ins, cond _st_mkjmp _st_jmp_always, %__ST_IFNEST+1, f _st_label %__ST_IFNEST - ins + \ins _st_mkjmp _st_jmp_not_\cond, %__ST_IFNEST, f .endm