On 3/17/21 11:40 AM, Alistair Francis wrote:
          result = riscv_csrrw_debug(env, n - 32, &val,
                                     0, 0);
-        if (result == 0) {
+        if (result != RISCV_EXCP_NONE) {

This was intending == NONE.  I.e. no exception raised, let gdb proceed.


r~

Reply via email to