You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If -DCHERI_UNALIGNED is set QEMU won't do any checking of alignments for loads/stores.
However, to match the hardware it would be good if we could trap for cross-cacheline accesses.
For cld, etc this is easily done by modifying the check in helper_cstore/helper_cload, but this will not fix normal MIPS loads.
The text was updated successfully, but these errors were encountered:
If -DCHERI_UNALIGNED is set QEMU won't do any checking of alignments for loads/stores.
However, to match the hardware it would be good if we could trap for cross-cacheline accesses.
For cld, etc this is easily done by modifying the check in helper_cstore/helper_cload, but this will not fix normal MIPS loads.
The text was updated successfully, but these errors were encountered: