about summary refs log tree commit diff
path: root/crt/i386/crtn.s
diff options
context:
space:
mode:
Diffstat (limited to 'crt/i386/crtn.s')
-rw-r--r--crt/i386/crtn.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/crt/i386/crtn.s b/crt/i386/crtn.s
index 055451ed..f3b61e01 100644
--- a/crt/i386/crtn.s
+++ b/crt/i386/crtn.s
@@ -1,5 +1,7 @@
 .section .init
+	add $12,%esp
 	ret
 
 .section .fini
+	add $12,%esp
 	ret