Fix debug dump of locations close to elsewhere.
commit24a51cd0ead35afa51b1cd83d320514e12d2f44d
authorStas Boukarev <stassats@gmail.com>
Mon, 9 Feb 2015 16:21:47 +0000 (9 19:21 +0300)
committerStas Boukarev <stassats@gmail.com>
Mon, 9 Feb 2015 16:35:04 +0000 (9 19:35 +0300)
treedcaca520c8665aecb31fb0c48b884295f06cc8a9
parentd53841447e3069c14e2d940d847f6641d4db3aee
Fix debug dump of locations close to elsewhere.

Things like :single-value-return may point into elsewhere, but we're
interested in what comes before.
src/compiler/codegen.lisp
src/compiler/debug-dump.lisp
tests/compiler.pure.lisp