Use pk/encoding.h for hello/mt-hello

This commit is contained in:
Jerry Zhao
2023-05-01 10:51:15 -07:00
parent 15e22d985b
commit b91e24a30a
3 changed files with 2 additions and 3 deletions

View File

@@ -1 +0,0 @@
../toolchains/riscv-tools/riscv-tests/env/encoding.h

View File

@@ -1,5 +1,5 @@
#include <stdio.h> #include <stdio.h>
#include "encoding.h" #include <riscv-pk/encoding.h>
#include "marchid.h" #include "marchid.h"
int main(void) { int main(void) {

View File

@@ -1,4 +1,4 @@
#include "encoding.h" #include <riscv-pk/encoding.h>
#include <stdio.h> #include <stdio.h>
#include "marchid.h" #include "marchid.h"