Update main.c

This commit is contained in:
Alexandru-Florin Ene
2023-10-20 22:01:28 +03:00
committed by GitHub
parent c65ec1cd77
commit 88c2be59cd

View File

@@ -33,6 +33,8 @@ void help(const char* message){
exit(0);
}
///////////////////////////////////////////////////////////////////////////////////////////
void regdump(const tinyriscv_hart* hart){
printf("\n");
printf(" ABI Reg Hex │ ABI Reg Hex \n");
@@ -157,4 +159,4 @@ int main(int argc, char** argv){
//cleanup
free(hart.mem);
}
}