X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Fmips%2Falloc.lisp;h=55ef4a7a0143af06659e0bf8d9aad6b61cb47bb4;hb=3a2e34d8ed1293f2cecb5c2c6ea359b622e3f4f8;hp=2948a8339a554379c6d2131505400eec556726f1;hpb=dc3c6bfad38cbd96013cf76ce93a9273f01c46d2;p=sbcl.git diff --git a/src/compiler/mips/alloc.lisp b/src/compiler/mips/alloc.lisp index 2948a83..55ef4a7 100644 --- a/src/compiler/mips/alloc.lisp +++ b/src/compiler/mips/alloc.lisp @@ -1,3 +1,14 @@ +;;;; allocation VOPs for Mips + +;;;; This software is part of the SBCL system. See the README file for +;;;; more information. +;;;; +;;;; This software is derived from the CMU CL system, which was +;;;; written at Carnegie Mellon University and released into the +;;;; public domain. The software is in the public domain and is +;;;; provided with absolutely no warranty. See the COPYING and CREDITS +;;;; files for more information. + (in-package "SB!VM") @@ -119,6 +130,7 @@ (pseudo-atomic (pa-flag :extra (pad-data-block size)) (inst or result alloc-tn fun-pointer-lowtag) (storew temp result 0 fun-pointer-lowtag)) + (storew result result closure-self-slot fun-pointer-lowtag) (storew function result closure-fun-slot fun-pointer-lowtag)))) ;;; The compiler likes to be able to directly make value cells.