On 10/18/21 5:01 PM, Richard Henderson wrote:
+            result = riscv_csrrw_debug(env, dump_csrs[i].csrno, &val, 0, 0);
+            assert(result == RISCV_EXCP_NONE);
+            qemu_fprintf(f, " %-8s " TARGET_FMT_lx "\n",
+                         dump_csrs[i].name, val);

Ho hum, this assert fires under testing.
I'll have another look tomorrow.

r~

Reply via email to