Fixup for compiling new table module.
This commit is contained in:
parent
3f7f1356a4
commit
3e4e8c4672
4 changed files with 7 additions and 4 deletions
|
@ -163,7 +163,10 @@
|
|||
3))
|
||||
((= (bitwise-and byte #b11110000) #b11110000)
|
||||
(values (bitwise-and byte #b111)
|
||||
4)))))
|
||||
4))
|
||||
(else
|
||||
;; Should not happen
|
||||
(values 0 0)))))
|
||||
(loop (cdr bytes)
|
||||
(list byte)
|
||||
(arithmetic-shift first-byte 6)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue