learning-gem5: Add a missing override (#135)

This commit is contained in:
Bobby R. Bruce
2023-07-27 09:37:52 -07:00
committed by GitHub

View File

@@ -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