diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/subsection.asm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/subsection.asm b/test/subsection.asm index eb0f05d7..f0a1fa03 100644 --- a/test/subsection.asm +++ b/test/subsection.asm @@ -5,13 +5,13 @@ ; %pragma output subsections_via_symbols - + bits 32 global foo, bar, quux %define baz Lbaz - + foo: jmp foo jmp bar @@ -35,5 +35,3 @@ quux: jmp bar jmp baz jmp quux - - |