Fix unhandled error in float.pure.lisp on non-x86oids.
authorAlastair Bridgewater <nyef@arisu.lisphacker.com>
Tue, 25 Oct 2011 14:25:25 +0000 (10:25 -0400)
committerAlastair Bridgewater <nyef@arisu.lisphacker.com>
Tue, 25 Oct 2011 14:25:25 +0000 (10:25 -0400)
commita18b41402363b662ec59ddaa100f1e417e76aef3
tree0a98e81912a5e873849392f84326c76b8589cb2b
parent6b09941b30bc039107b884a73b7299f4b52ba8e3
Fix unhandled error in float.pure.lisp on non-x86oids.

  * SB-VM::TOUCH-OBJECT doesn't exist on non-x86oids, and the
package is locked.  Disable reading of forms that refer to it
on non-x86oids.
tests/float.pure.lisp