projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fefdb39
)
Undo d7f390f now that LIAR/svm is compiling constants properly(?).
author
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 31 Jan 2017 00:33:40 +0000
(17:33 -0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 31 Jan 2017 00:33:40 +0000
(17:33 -0700)
src/runtime/bytevector.scm
patch
|
blob
|
history
diff --git
a/src/runtime/bytevector.scm
b/src/runtime/bytevector.scm
index 9e08530da4ba5e07c06c6fb91f2db7ba20c6f938..6d3bbf2a384fadef281268d48c72e80b78ad5d1a 100644
(file)
--- 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))