mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
Clean up unterminated lines
This commit is contained in:
parent
152656f8d3
commit
2c8ad285fd
@ -1,4 +1,4 @@
|
|||||||
; Test of non-power-of-2 alignment
|
; Test of non-power-of-2 alignment
|
||||||
|
|
||||||
bits 32
|
bits 32
|
||||||
|
|
||||||
@ -13,4 +13,3 @@
|
|||||||
align 13
|
align 13
|
||||||
inc eax
|
inc eax
|
||||||
inc eax
|
inc eax
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
; Test of non-power-of-2 alignment
|
; Test of non-power-of-2 alignment
|
||||||
%use smartalign
|
%use smartalign
|
||||||
|
|
||||||
bits 32
|
bits 32
|
||||||
|
|
||||||
inc eax
|
inc eax
|
||||||
@ -14,4 +14,3 @@
|
|||||||
align 13
|
align 13
|
||||||
inc eax
|
inc eax
|
||||||
inc eax
|
inc eax
|
||||||
|
|
Loading…
Reference in New Issue
Block a user