aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/common/syscalls.c
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2016-07-07 19:28:47 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2016-07-07 19:28:47 -0700
commitaff36b0963e6eee63906b3d8622be5a98ba27a43 (patch)
tree44f1e0a6c53c0b83e46bbc661f62f149ed470379 /benchmarks/common/syscalls.c
parentd05da334979f92f10054a21fb5f98cac87484271 (diff)
downloadriscv-tests-aff36b0963e6eee63906b3d8622be5a98ba27a43.zip
riscv-tests-aff36b0963e6eee63906b3d8622be5a98ba27a43.tar.gz
riscv-tests-aff36b0963e6eee63906b3d8622be5a98ba27a43.tar.bz2
Don't use FPU in benchmarks that don't need to use the FPU
Diffstat (limited to 'benchmarks/common/syscalls.c')
-rw-r--r--benchmarks/common/syscalls.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/benchmarks/common/syscalls.c b/benchmarks/common/syscalls.c
index 0a43878..316f2fe 100644
--- a/benchmarks/common/syscalls.c
+++ b/benchmarks/common/syscalls.c
@@ -11,9 +11,6 @@
#define SYS_exit 93
#define SYS_stats 1234
-// initialized in crt.S
-int have_vec;
-
extern volatile uint64_t tohost;
extern volatile uint64_t fromhost;