Err, "alignr" was really the same as the previous "alignb"

Replace "alignb" with the (slightly more optimized) "alignr" macro,
but keep the name "alignb".
This commit is contained in:
H. Peter Anvin 2008-07-20 09:40:14 -07:00
parent aad26229b7
commit 0303f3b6f7

View File

@ -68,10 +68,7 @@ __SECT__
%imacro align 1-2+.nolist nop
times ($$-$) % (%1) %2
%endmacro
%imacro alignb 1-2+.nolist resb 1
times ($$-$) % (%1) %2
%endmacro
%imacro alignr 1-2+.nolist
%imacro alignb 1-2+.nolist
%ifempty %2
resb ($$-$) % (%1)
%else