summaryrefslogtreecommitdiff
path: root/src/arch/alpha/process.hh
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2008-12-05 12:11:46 -0500
committerLisa Hsu <hsul@eecs.umich.edu>2008-12-05 12:11:46 -0500
commit854aa60fdcec2a95d2c08844d62681b498281ca3 (patch)
tree773ef7b3acb7d6b1da8628217a0441fab9c45af2 /src/arch/alpha/process.hh
parentd6b229ea0f46de3a622ebb1ef86cb526625ebc2e (diff)
parentf1430941cf17fc15a8b86eba41f9c856ad9347d8 (diff)
downloadgem5-854aa60fdcec2a95d2c08844d62681b498281ca3.tar.xz
Automated merge with ssh://m5sim.org//repo/m5
Diffstat (limited to 'src/arch/alpha/process.hh')
-rw-r--r--src/arch/alpha/process.hh5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/arch/alpha/process.hh b/src/arch/alpha/process.hh
index 0aeeb25db..65c4624ae 100644
--- a/src/arch/alpha/process.hh
+++ b/src/arch/alpha/process.hh
@@ -34,15 +34,14 @@
#include "sim/process.hh"
-class ObjectFile;
-class System;
-
class AlphaLiveProcess : public LiveProcess
{
protected:
AlphaLiveProcess(LiveProcessParams *params, ObjectFile *objFile);
void startup();
+
+ void argsInit(int intSize, int pageSize);
};
#endif // __ARCH_ALPHA_PROCESS_HH__