On 09/26/2016 03:56 AM, Sagar Karandikar wrote:
+    printf("unassigned address not implemented for riscv\n");
+    printf("are you trying to fetch instructions from an MMIO page?\n");
+    printf("unassigned Address: %016lX\n", addr);
+    exit(1);

All these printf's (and fprintfs above) are going to have to go before this gets accepted. Most of them should simply become qemu_log's.


r~

Reply via email to