bump riscv cross compiler to gcc 13 + fix nits

This commit is contained in:
Vighnesh Iyer
2024-03-13 14:15:33 -07:00
parent b0819a66df
commit 2d5014b034
7 changed files with 702 additions and 671 deletions

View File

@@ -1,6 +1,7 @@
#include <stdio.h>
#include <riscv-pk/encoding.h>
#include "marchid.h"
#include <stdint.h>
int main(void) {
uint64_t marchid = read_csr(marchid);