Deleted Added
sdiff udiff text old ( 3541:d74340b852f6 ) new ( 3617:384e3b1eae06 )
full compact
1/*
2 * Copyright (c) 2002-2005 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;

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

150 Counter max_loads_all_threads;
151 Tick clock;
152 bool functionTrace;
153 Tick functionTraceStart;
154 System *system;
155 int cpu_id;
156#if FULL_SYSTEM
157 Tick profile;
158#endif
159 Tick progress_interval;
160 BaseCPU *checker;
161
162 Params();
163 };
164
165 const Params *params;

--- 105 unchanged lines hidden ---