[v0.98][PPC] Start PowerPC port. It just compiles but nothing is displayed

This commit is contained in:
Dr-Noob
2021-07-27 20:26:17 +02:00
parent 7afb6fd0fe
commit f4aa335af1
10 changed files with 200 additions and 10 deletions

7
src/ppc/uarch.c Normal file
View File

@@ -0,0 +1,7 @@
struct uarch {
int d;
};
void free_uarch_struct(struct uarch* arch) {
}