system.hh (8706:b1838faf3bcc) system.hh (8799:dac1e33e07b0)
1/*
2 * Copyright (c) 2004-2006 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;

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

129 ~LinuxAlphaSystem();
130
131 /**
132 * Initialise the system
133 */
134 virtual void initState();
135
136 void setDelayLoop(ThreadContext *tc);
1/*
2 * Copyright (c) 2004-2006 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;

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

129 ~LinuxAlphaSystem();
130
131 /**
132 * Initialise the system
133 */
134 virtual void initState();
135
136 void setDelayLoop(ThreadContext *tc);
137
138 const Params *params() const { return (const Params *)_params; }
137};
138
139#endif // __ARCH_ALPHA_LINUX_SYSTEM_HH__
139};
140
141#endif // __ARCH_ALPHA_LINUX_SYSTEM_HH__