Skip to content

Conversation

@tautschnig
Copy link
Collaborator

Extractbits can safely be applied to any type as it just turns the bit sequence
into a bitvector; thus use extractbits directly instead of performing type casts
(which are not as generic) first.

Fix a missing struct operands push where the operand had been constructed but
was never used.

Fixes: #1209

Extractbits can safely be applied to any type as it just turns the bit sequence
into a bitvector; thus use extractbits directly instead of performing type casts
(which are not as generic) first.

Fix a missing struct operands push where the operand had been constructed but
was never used.

Fixes: diffblue#1209
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants