process.hh (5569:baeee670d4ce) process.hh (5759:6e65ac8a2c80)
1/*
2 * Copyright (c) 2003-2004 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 20 unchanged lines hidden (view full) ---

29 * Ali Saidi
30 */
31
32#ifndef __ARCH_ALPHA_PROCESS_HH__
33#define __ARCH_ALPHA_PROCESS_HH__
34
35#include "sim/process.hh"
36
1/*
2 * Copyright (c) 2003-2004 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 20 unchanged lines hidden (view full) ---

29 * Ali Saidi
30 */
31
32#ifndef __ARCH_ALPHA_PROCESS_HH__
33#define __ARCH_ALPHA_PROCESS_HH__
34
35#include "sim/process.hh"
36
37class ObjectFile;
38class System;
39
40class AlphaLiveProcess : public LiveProcess
41{
42 protected:
43 AlphaLiveProcess(LiveProcessParams *params, ObjectFile *objFile);
44
45 void startup();
37class AlphaLiveProcess : public LiveProcess
38{
39 protected:
40 AlphaLiveProcess(LiveProcessParams *params, ObjectFile *objFile);
41
42 void startup();
43
44 void argsInit(int intSize, int pageSize);
46};
47
48#endif // __ARCH_ALPHA_PROCESS_HH__
45};
46
47#endif // __ARCH_ALPHA_PROCESS_HH__