From 14f47ab56171a993acac0a9dc9d8c9c1d24fee3a Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 30 Jan 2017 17:33:40 -0700 Subject: [PATCH] Undo d7f390f now that LIAR/svm is compiling constants properly(?). --- src/runtime/bytevector.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/bytevector.scm b/src/runtime/bytevector.scm index 9e08530da..6d3bbf2a3 100644 --- a/src/runtime/bytevector.scm +++ b/src/runtime/bytevector.scm @@ -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)) -- 2.25.1