Fixed move-from-unsigned to actually treat the value as unsigned instead of
signed. It was producing negative fixnums when the high three bits were set (which should result in a 32-bit bignum).
Loading
Please register or sign in to comment
signed. It was producing negative fixnums when the high three bits were set (which should result in a 32-bit bignum).