compiler/{sparc,ppc}/macros: with-pinned-objects improvements.
[sbcl.git] / src / compiler / sparc / macros.lisp
index 4010816..4da9325 100644 (file)
@@ -372,4 +372,5 @@ garbage collection.  This is currently implemented by disabling GC"
     ,@body)
   #!+gencgc
   `(let ((*pinned-objects* (list* ,@objects *pinned-objects*)))
+     (declare (truly-dynamic-extent *pinned-objects*))
      ,@body))