From 7f0ac96fed1e97cd1eed8b02d1b2b590c6d83c9b Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 17 Jul 2008 14:28:29 -0700 Subject: [PATCH] smartalign: use context-local label Use a context-local label in the smart align macro. --- macros/smartalign.mac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macros/smartalign.mac b/macros/smartalign.mac index 12850867..b79a8549 100644 --- a/macros/smartalign.mac +++ b/macros/smartalign.mac @@ -166,10 +166,10 @@ USE: smartalign %push %assign %$pad ($$-$) % %1 %if %$pad > __ALIGN_JMP_THRESHOLD__ - jmp %%end + jmp %$end ; We can't re-use %$pad here as $ will have changed! times ($$-$) % %1 db 90h -%%end: +%$end: %else %if __BITS__ == 16 %ifdef __ALIGN_16BIT_8B__