Merge pull request #866 from chendave/fix_warning

Fix the warning for the file not end with newline
This commit is contained in:
Tõnis Tiigi
2019-03-12 08:08:05 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -3,4 +3,4 @@
_start:
mov $60, %rax
xor %rdi, %rdi
syscall
syscall

View File

@@ -3,4 +3,4 @@
_start:
mov %r0, $0x0
mov %r7, $0x01
swi 0x0
swi 0x0

View File

@@ -3,4 +3,4 @@
_start:
mov x0, #0
mov x8, #93
svc #0
svc #0