arch-riscv: Fix the vector store indexed instructions declaration
Change-Id: I6f8701ef0819c22eda8cb20d09c40101f2d001a0
This commit is contained in:
committed by
Bobby R. Bruce
parent
9aab380775
commit
a9f8db7044
@@ -1586,7 +1586,7 @@ Fault
|
||||
}
|
||||
if (machInst.vill)
|
||||
return std::make_shared<IllegalInstFault>("VILL is set", machInst);
|
||||
%(op_src_decl)s;
|
||||
%(op_decl)s;
|
||||
%(op_rd)s;
|
||||
%(set_vlenb)s;
|
||||
%(ea_code)s;
|
||||
|
||||
Reference in New Issue
Block a user