Browse Source

[linux] Fix a build error on some platforms

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Marin Mareo Hannache 12 years ago
parent
commit
cc288dc0f8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/x86_64/core/linux/linuxprefix.S

+ 1
- 1
src/arch/x86_64/core/linux/linuxprefix.S View File

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

Loading…
Cancel
Save