summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/arch/x86_64/core/linux/linuxprefix.S2
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