[linux] Fix a build error on some platforms

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/6/head
Marin Mareo Hannache 2012-04-01 19:25:56 +02:00 committed by Michael Brown
parent 6ab98fa9f7
commit cc288dc0f8
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ _linux_start:
movq $__NR_exit, %rax
syscall
.size _start, . - _start
.size _linux_start, . - _linux_start