Added basic SBI support

This commit is contained in:
2023-10-11 19:48:01 +02:00
parent 31941c0813
commit d7e684ad91
5 changed files with 43 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ int main(int argc, char** argv)
pthread_mutex_unlock(&cpu0_mutex);
}
fprintf(stderr, "Simulation ended in a non-debug environment\n");
fprintf(stderr, "Simulation ended (in a non-debug environment)\n");
return cpu0->regs.a0;
}