mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
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:
parent
aad26229b7
commit
0303f3b6f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user