1.0.16.32: revert ANY-REG from registers for primitive type T on x86oids
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 4da4bff..18d415f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,9 +15,6 @@ changes in sbcl-1.0.17 relative to 1.0.16:
     in normal SPEED policies.
   * bug fix: result of MAKE-ARRAY can be stack allocated - regression
     since 1.0.15.36. (thanks to Paul Khuong)
-  * bug fix: bogus errors when generating certain code sequences, due
-    to the compiler not accepting ANY-REG for primitive type T on x86
-    and x86-64. (reported by Stelian Ionescu.)
   * bug fix: LAST when always returned the whole list when given a bignum
     as the second argument.
   * bug fix: dynamic extent allocation of nested lists and vectors