When reading 32 bits a 32-bit shift would be executed.
This is undefined behaviour, but in this case we can just replace the
entire scratch value to avoid it.
Differential D110769
[M68k] Avoid UB in disassembler ricky26 on Sep 29 2021, 1:18 PM. Authored by
Details
When reading 32 bits a 32-bit shift would be executed. This is undefined behaviour, but in this case we can just replace the
Diff Detail
|