diff options
Diffstat (limited to 'src/arch/alpha/system.hh')
-rw-r--r-- | src/arch/alpha/system.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/arch/alpha/system.hh b/src/arch/alpha/system.hh index da42ab263..0c725c3dc 100644 --- a/src/arch/alpha/system.hh +++ b/src/arch/alpha/system.hh @@ -50,6 +50,12 @@ class AlphaSystem : public System ~AlphaSystem(); public: + + /** + * Initialise the state of the system. + */ + virtual void initState(); + /** * Serialization stuff */ |