X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-assem.S;h=9470533fbb24860fae70a5b79dc6df2ec40ad0c5;hb=4c09711eca1c33e60ff30a8f47f9c03b429d5994;hp=db4ee9498daada75e9f3e3bd7a28abf4e438207a;hpb=54c6201a190414c4aef1a52b8fd261fc3dfe981b;p=sbcl.git diff --git a/src/runtime/x86-assem.S b/src/runtime/x86-assem.S index db4ee94..9470533 100644 --- a/src/runtime/x86-assem.S +++ b/src/runtime/x86-assem.S @@ -124,7 +124,7 @@ GNAME(call_into_c): cld # clear out DF: Darwin, Solaris and Win32 at # least need this, and it should not hurt others - + call *%eax # normal callout using Lisp stack movl %eax,%ecx # remember integer return value