Deleted Added
sdiff udiff text old ( 5100:7a0180040755 ) new ( 5222:bb733a878f85 )
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;

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

184
185 bool do_statistics_insts;
186 bool do_checkpoint_insts;
187 bool do_quiesce;
188#endif
189 Tick progress_interval;
190 BaseCPU *checker;
191
192 Params();
193 };
194
195 const Params *params;
196
197 BaseCPU(Params *params);
198 virtual ~BaseCPU();
199

--- 103 unchanged lines hidden ---