base.cc (2641:6d9d837e2032) base.cc (2644:8a45565c2c04)
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;

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

437 }
438
439 if (curStaticInst->isLoad()) {
440 ++numLoad;
441 comLoadEventQueue[0]->serviceEvents(numLoad);
442 }
443
444 traceFunctions(cpuXC->readPC());
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;

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

437 }
438
439 if (curStaticInst->isLoad()) {
440 ++numLoad;
441 comLoadEventQueue[0]->serviceEvents(numLoad);
442 }
443
444 traceFunctions(cpuXC->readPC());
445
446 if (traceData) {
447 traceData->finalize();
448 }
445}
446
447
448void
449BaseSimpleCPU::advancePC(Fault fault)
450{
451 if (fault != NoFault) {
452#if FULL_SYSTEM

--- 26 unchanged lines hidden ---
449}
450
451
452void
453BaseSimpleCPU::advancePC(Fault fault)
454{
455 if (fault != NoFault) {
456#if FULL_SYSTEM

--- 26 unchanged lines hidden ---