diff options
-rw-r--r-- | test/MC/AsmParser/hello.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AsmParser/hello.s b/test/MC/AsmParser/hello.s index 81bca6d57b..891e47f94d 100644 --- a/test/MC/AsmParser/hello.s +++ b/test/MC/AsmParser/hello.s @@ -19,7 +19,7 @@ _main: movl -4(%ebp), %eax addl $8, %esp popl %ebp - ret + //ret .subsections_via_symbols .cstring L_.str: |