Good catch Roland.
Reviewed-by: Jose Fonseca
Jose
- Original Message -
> From: Roland Scheidegger
>
> For constant and temporary register fetches, the bitcasts weren't done
> correctly for the indirect case, leading to crashes due to type mismatches.
> Simply do the bitcasts after fet
From: Roland Scheidegger
For constant and temporary register fetches, the bitcasts weren't done
correctly for the indirect case, leading to crashes due to type mismatches.
Simply do the bitcasts after fetching (much simpler than fixing up the load
pointer for the various cases).
This fixes https