[ipxe-devel] [PATCH] Fix a compilation failure with 'make everything'.
Marin Mareo Hannache
mareo at mareo.fr
Sun Apr 1 17:25:56 UTC 2012
Hello,
I found a compilation failure when 'make everything' is used, this patch
seemed to fix the issue, I'm not sure it is the right way to handle it,
thought.
---
src/arch/x86_64/core/linux/linuxprefix.S | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/arch/x86_64/core/linux/linuxprefix.S b/src/arch/x86_64/core/linux/linuxprefix.S
index 713b9e3..ec8a9de 100644
--- a/src/arch/x86_64/core/linux/linuxprefix.S
+++ b/src/arch/x86_64/core/linux/linuxprefix.S
@@ -22,4 +22,4 @@ _linux_start:
movq $__NR_exit, %rax
syscall
- .size _start, . - _start
+ .size _linux_start, . - _linux_start
--
Marin "Mareo" Hannache - hannac_m at epita.fr - EPITA 2015
« C'est donner aux fantasmes, un goût divin
De les toujours chasser, en les sachant vains. »
More information about the ipxe-devel
mailing list