Deleted Added
sdiff udiff text old ( 2641:6d9d837e2032 ) new ( 2644:8a45565c2c04 )
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;

--- 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
447
448void
449BaseSimpleCPU::advancePC(Fault fault)
450{
451 if (fault != NoFault) {
452#if FULL_SYSTEM

--- 26 unchanged lines hidden ---