> Hi,
>
> I have made a mistake when I decided to redirect member-pointer calls
> to builtin_unreachable because I wrongly thought there are two calls,
> one for the VMT lookup and other for non-virtual members and thought
> only the second got redirected. However, even though there are two
> dif
Hi,
I have made a mistake when I decided to redirect member-pointer calls
to builtin_unreachable because I wrongly thought there are two calls,
one for the VMT lookup and other for non-virtual members and thought
only the second got redirected. However, even though there are two
different lookups