Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[linux] Fix a build error on some platforms
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
Marin Mareo Hannache authored and mcb30 committed Apr 10, 2012
1 parent 6ab98fa commit cc288dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/x86_64/core/linux/linuxprefix.S
Expand Up @@ -22,4 +22,4 @@ _linux_start:
movq $__NR_exit, %rax
syscall

.size _start, . - _start
.size _linux_start, . - _linux_start

0 comments on commit cc288dc

Please sign in to comment.