X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-assem.S;h=3dfb53b20ff9262cd6ab156606e48fde7b69370d;hb=771b864c8f32af7734bc0550aeaf1539fc4df194;hp=c145d53645ea92232d889827ab8a8cd2c1739a0e;hpb=fb8533122551bbb7aea669f40bc91c1211809b58;p=sbcl.git diff --git a/src/runtime/x86-assem.S b/src/runtime/x86-assem.S index c145d53..3dfb53b 100644 --- a/src/runtime/x86-assem.S +++ b/src/runtime/x86-assem.S @@ -801,7 +801,7 @@ GNAME(post_signal_tramp): * using return_to_lisp_function */ addl $12,%esp /* clear call_into_lisp args from stack */ popa /* restore registers */ - popl %ebp + leave ret .size GNAME(post_signal_tramp),.-GNAME(post_signal_tramp)