floating point support fixes + riscv-tests update

This commit is contained in:
Blaise Tine
2020-07-28 02:19:11 -04:00
parent e0a9089647
commit f01afcc5cd
338 changed files with 34269 additions and 36690 deletions

View File

@@ -44,7 +44,7 @@ public:
void attach_ram(RAM* ram);
void run();
int get_status(int reg);
int get_last_wb_value(int reg);
void print_stats(std::ostream& out);
private: