Skip to content

Commit

Permalink
fix emul_base compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
renau committed Jan 10, 2023
1 parent 79ebf24 commit bdb815f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TODO.desesc
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ Should become (and rename any variable use/declaration)

=pipeview

https://www.gem5.org/documentation/general_docs/cpu_models/visualization/
https://github.com/shioyadan/Konata

2 changes: 1 addition & 1 deletion emul/emul_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

// #include "config.hpp"

Emul_base::Emul_base(Config conf) {}
Emul_base::Emul_base() {}

Emul_base::~Emul_base() {}

0 comments on commit bdb815f

Please sign in to comment.