svm: Fixed closure gc-flip.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Fri, 3 Feb 2012 15:57:42 +0000 (08:57 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Fri, 3 Feb 2012 15:57:42 +0000 (08:57 -0700)
commitf88f584eec6a7f054a49a852f126d690652145cf
treed0feb8d7c90675f90805aa1406ad1aa4deb3c138
parent0ac5bd802938cc5e36377e5d8d64ad71d62848cd
svm: Fixed closure gc-flip.

The new compiled closures were unusable after a gc-flip.  The first
(often only) target entry was not scanned.  compiled_closure_entry is
not used when !EMBEDDED_CLOSURE_ADDRS_P.
src/microcode/cmpintmd/svm1.c