Fixed a bug in the data-vector-ref/unsigned-byte-{1,2,4}-c VOP in which it
wouldn't clear the extra bits if the bit offset into the word was 0. In actuality, this didn't matter, because this vop was never used. Even if the index was a constant, it got fed through check-bounds, so it was no longer a constant when it showed up at data-vector-ref.
Please register or sign in to comment