瀏覽代碼

[linux] Fix a build error on some platforms

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Marin Mareo Hannache 12 年之前
父節點
當前提交
cc288dc0f8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/arch/x86_64/core/linux/linuxprefix.S

+ 1
- 1
src/arch/x86_64/core/linux/linuxprefix.S 查看文件

@@ -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…
取消
儲存