Boot framework rework (#45)
[lunaix-os.git] / lunaix-os / usr / libc / arch / i386 / trampoline.S
index a2d84b6f8f72a8b64b2688ae3f305a16c2706fd6..3ff23e27adc6463df2d75beb436b481ffeb3b6dd 100644 (file)
@@ -25,7 +25,7 @@
         movl 4(%esp), %ebx
         pushl %ebx
 
-        call *(%eax)
+        calll *%eax
 
         movl %eax, %ebx
         movl $__SYSCALL_th_exit, %eax