Use ccl::nth-immediate instead of %svref in the implementation of CLOSURE-CLOSED-OVER-VALUES. This makes it work on x86-64 OpenMCL. (The %svref worked on PPC, but this will work on both.)
"R. Matthew Emerson" rme@thoughtstuff.com writes:
Use ccl::nth-immediate instead of %svref in the implementation of CLOSURE-CLOSED-OVER-VALUES. This makes it work on x86-64 OpenMCL. (The %svref worked on PPC, but this will work on both.)
Applied, thanks!
-T.