Fix a bug caused by moving misa into state_t. (#180)
[riscv-isa-sim.git] / riscv / processor.h
index 7d504d9f5025fa8753b216ebe82bdcac6fa9c2e1..ace86f963959145e3e8a7227f4fa2e91f0395e71 100644 (file)
@@ -86,7 +86,7 @@ typedef struct
 // architectural state of a RISC-V hart
 struct state_t
 {
-  void reset();
+  void reset(reg_t max_isa);
 
   static const int num_triggers = 4;