From 27f16e643f25e5e48a10096de76be125f45a1358 Mon Sep 17 00:00:00 2001 From: Arun Thomas Date: Thu, 30 Oct 2014 10:20:08 -0400 Subject: dummy-rocc-test build fix --- riscv/dummy-rocc-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/riscv/dummy-rocc-test.c b/riscv/dummy-rocc-test.c index 4071ece..ce48179 100644 --- a/riscv/dummy-rocc-test.c +++ b/riscv/dummy-rocc-test.c @@ -1,11 +1,11 @@ // The following is a RISC-V program to test the functionality of the // dummy RoCC accelerator. -// Compile with riscv-gcc dummy.c +// Compile with riscv-gcc dummy-rocc-test.c // Run with spike --extension=dummy pk a.out #include #include -#include +#include int main() { uint64_t x = 123, y = 456, z = 0; -- cgit v1.1