Undo d7f390f now that LIAR/svm is compiling constants properly(?).
authorMatt Birkholz <matt@birchwood-abbey.net>
Tue, 31 Jan 2017 00:33:40 +0000 (17:33 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 31 Jan 2017 00:33:40 +0000 (17:33 -0700)
src/runtime/bytevector.scm

index 9e08530da4ba5e07c06c6fb91f2db7ba20c6f938..6d3bbf2a384fadef281268d48c72e80b78ad5d1a 100644 (file)
@@ -241,7 +241,7 @@ USA.
 
 (define (fix:u32? object)
   (and (index-fixnum? object)
-       (int:<= object #xFFFFFFFF)))
+       (fix:<= object #xFFFFFFFF)))
 
 (define-integrable (fix:bytes->u32le b0 b1 b2 b3)
   (fix:bytes->u32be b3 b2 b1 b0))