Explorar el Código

[linux] Fix a build error on some platforms

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Marin Mareo Hannache hace 12 años
padre
commit
cc288dc0f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/arch/x86_64/core/linux/linuxprefix.S

+ 1
- 1
src/arch/x86_64/core/linux/linuxprefix.S Ver fichero

@@ -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…
Cancelar
Guardar