slightly more reproducible builds
[sbcl.git] / src / compiler / x86-64 / array.lisp
index 6102251..7ba5839 100644 (file)
@@ -14,7 +14,7 @@
 
 ;; For use in constant indexing; we can't use INDEX since the displacement
 ;; field of an EA can't contain 64 bit values.
-(deftype low-index () '(signed-byte 29))
+(def!type low-index () '(signed-byte 29))
 
 ;;;; allocator for the array header