From 31b9e33be9db6beaf0c7ecee1a5275306cde784d Mon Sep 17 00:00:00 2001 From: "Dave.Wen" Date: Tue, 30 Apr 2019 20:26:55 -0700 Subject: rvv: fixed type and removed redundant variable --- riscv/processor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscv/processor.h') diff --git a/riscv/processor.h b/riscv/processor.h index bb563a1..7995306 100644 --- a/riscv/processor.h +++ b/riscv/processor.h @@ -153,14 +153,14 @@ struct type_sew_t<64> class vectorUnit_t { public: - processor_t* p; + processor_t* p; void *reg_file; char reg_referenced[NVPR]; int setvl_count; reg_t reg_mask, vlmax, vmlen; reg_t vstart, vxrm, vxsat, vl, vtype; reg_t vediv, vsew, vlmul; - reg_t ELEN, VLEN, SLEN, LMUL; + reg_t ELEN, VLEN, SLEN; bool vill; -- cgit v1.1