diff options
Diffstat (limited to 'kernel/x86/zdot_sse2.S')
-rw-r--r-- | kernel/x86/zdot_sse2.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/x86/zdot_sse2.S b/kernel/x86/zdot_sse2.S index 5aeefde31..2a174fb5d 100644 --- a/kernel/x86/zdot_sse2.S +++ b/kernel/x86/zdot_sse2.S @@ -1541,5 +1541,8 @@ popl %ebx popl %esi popl %edi +/*remove the hidden return value address from the stack.*/ + popl %ecx + xchgl %ecx, 0(%esp) ret EPILOGUE |