0.8.18.37:
authorJuho Snellman <jsnell@iki.fi>
Thu, 20 Jan 2005 20:02:29 +0000 (20:02 +0000)
committerJuho Snellman <jsnell@iki.fi>
Thu, 20 Jan 2005 20:02:29 +0000 (20:02 +0000)
commit2aae39b4e826ff2229e2275829d5b4c335ea946e
tree634bd627bcb3497d9e04e7588492deab56c4a252
parentc3334d2307b721cfcea29e6abcd33e48487fb1ea
0.8.18.37:
Fix x86-64 GC error (reported by Kevin Rosenberg on sbcl-devel,
        "Regression error sbcl-amd64 with CLSQL test suite").

        * The alien stack was aligned on four byte boundaries, so the
          contents of *ALIEN-STACK*'s value slot could sometimes look
          like an (invalid) header word. Align to eight bytes instead.
src/compiler/x86-64/c-call.lisp
version.lisp-expr