Forked from
cmucl / cmucl
Source project has a limited visibility.
-
dtc authored
required on the MIPS port where the NFP is a descriptor reg. Correct fix for the sparc is to not have the NFP defined as a BOXED register, it's defined as a non-descriptor register in compiler/sparc/vm.lisp and the GC was scavenging it and picking up bad pointers.
dtc authoredrequired on the MIPS port where the NFP is a descriptor reg. Correct fix for the sparc is to not have the NFP defined as a BOXED register, it's defined as a non-descriptor register in compiler/sparc/vm.lisp and the GC was scavenging it and picking up bad pointers.