0.8.3.52:
authorChristophe Rhodes <csr21@cam.ac.uk>
Thu, 11 Sep 2003 12:38:38 +0000 (12:38 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Thu, 11 Sep 2003 12:38:38 +0000 (12:38 +0000)
commit88871271448fb82abbc913997b9b5ea5a92054f8
tree48dd28487899759e6532ddf2ac8c2cb312aaf315
parent4f102592a1c122f17231563671930456c7c85f5c
0.8.3.52:
Fix treatment of effective addresses for arithmetic
... somewhat similar to the PPC problems, ironically.  We want
to be able to pun signed constants as unsigned
constants, which we could do were it not for those
pesky type declarations...
... so relax the type declarations sufficiently to allow
it to work.
NEWS
src/compiler/x86/insts.lisp
tests/arith.pure.lisp
tests/compiler.pure.lisp
version.lisp-expr