Skip to content
Snippets Groups Projects
Commit 32477f91 authored by rtoy's avatar rtoy
Browse files

Change (unsigned-byte ,width) to (integer 0 ,(1- (ash 1 width)))

because when width is 0, (unsigned-byte 0) is invalid and we really
wanted (integer 0 0) anyway.

Happens when deriving the type of (logand x 0).
parent 3eeefd6b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment