learning-gem5: Add a missing override (#135)
This commit is contained in:
@@ -69,7 +69,7 @@ class HelloObject : public SimObject
|
||||
* SimObjects have been constructed. It is called after the user calls
|
||||
* simulate() for the first time.
|
||||
*/
|
||||
void startup();
|
||||
void startup() override;
|
||||
};
|
||||
|
||||
} // namespace gem5
|
||||
|
||||
Reference in New Issue
Block a user