1.0.8.43: Fix GCD on most-negative-fixnum on x86-64
[sbcl.git] / src / compiler / generic / vm-type.lisp
index c214fe8..4f7c4a7 100644 (file)
@@ -17,6 +17,8 @@
 ;;;; FIXME: I'm not sure where to put this. -- WHN 19990817
 
 (def!type sb!vm:word () `(unsigned-byte ,sb!vm:n-word-bits))
+(def!type sb!vm:signed-word () `(signed-byte ,sb!vm:n-word-bits))
+
 \f
 ;;;; implementation-dependent DEFTYPEs