cpu_impl.hh (2838:8e81edd2fdbf) cpu_impl.hh (2840:227f7c4f8c81)
1/*
2 * Copyright (c) 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;

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

288 } else {
289 break;
290 }
291 }
292}
293
294template <class DynInstPtr>
295void
1/*
2 * Copyright (c) 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;

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

288 } else {
289 break;
290 }
291 }
292}
293
294template <class DynInstPtr>
295void
296Checker<DynInstPtr>::switchOut(Sampler *s)
296Checker::switchOut()
297{
298 instList.clear();
299}
300
301template <class DynInstPtr>
302void
303Checker<DynInstPtr>::takeOverFrom(BaseCPU *oldCPU)
304{

--- 154 unchanged lines hidden ---
297{
298 instList.clear();
299}
300
301template <class DynInstPtr>
302void
303Checker<DynInstPtr>::takeOverFrom(BaseCPU *oldCPU)
304{

--- 154 unchanged lines hidden ---