X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-assem.S;h=0669b4446e375481fc192c95a08705a668a0aa1e;hb=22c1de0a40df83bb5628974010a879cb2c17ff53;hp=a569f241803a602be99a37ade7fc8b8efd87759f;hpb=e365f2f7a9c66d307b48fee70778f4eaa84bdcc0;p=sbcl.git diff --git a/src/runtime/x86-assem.S b/src/runtime/x86-assem.S index a569f24..0669b44 100644 --- a/src/runtime/x86-assem.S +++ b/src/runtime/x86-assem.S @@ -141,7 +141,7 @@ GNAME(call_into_lisp_first_time): pushl %ebp # Save old frame pointer. movl %esp,%ebp # Establish new frame. movl %esp,ALIEN_STACK + SYMBOL_VALUE_OFFSET - movl all_threads,%eax + movl GNAME(all_threads),%eax movl THREAD_CONTROL_STACK_START_OFFSET(%eax) ,%esp /* don't think too hard about what happens if we get interrupted * here */