On 11/15/18 11:37 PM, Alistair Francis wrote: > + /* Detect store by reading the instruction at the program > + counter. Note: we currently only generate 32-bit > + instructions so we thus only detect 32-bit stores */
Actually, you need to handle what the compiler generates too. So, if __riscv_compressed is defined, you need to handle it. r~