Merge pull request #1454 from ucb-bar/fix-hello-tests

Use pk/encoding.h for hello/mt-hello
This commit is contained in:
Abraham Gonzalez
2023-05-01 12:24:28 -07:00
committed by GitHub
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 "encoding.h"
#include <riscv-pk/encoding.h>
#include "marchid.h"
int main(void) {

View File

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