diff options
| author | Marin Mareo Hannache | 2012-04-01 19:25:56 +0200 |
|---|---|---|
| committer | Michael Brown | 2012-04-10 21:32:56 +0200 |
| commit | cc288dc0f88e6b3aa578073ffb7566db50920f08 (patch) | |
| tree | 7c5516e4845f8e33fd7b079487b780eb9f37af72 /src | |
| parent | [tftp] Remove configuration option for tftm (diff) | |
| download | ipxe-cc288dc0f88e6b3aa578073ffb7566db50920f08.tar.gz ipxe-cc288dc0f88e6b3aa578073ffb7566db50920f08.tar.xz ipxe-cc288dc0f88e6b3aa578073ffb7566db50920f08.zip | |
[linux] Fix a build error on some platforms
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src')
| -rw-r--r-- | 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 713b9e38d..ec8a9decd 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 |
