Deleted Added
sdiff udiff text old ( 5310:4164e6bfcc8a ) new ( 5315:30997e988446 )
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;

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

778 advancePC(fault);
779 }
780
781 if (_status != Idle)
782 tickEvent.schedule(curTick + latency);
783}
784
785
786////////////////////////////////////////////////////////////////////////
787//
788// AtomicSimpleCPU Simulation Object
789//
790AtomicSimpleCPU *
791AtomicSimpleCPUParams::create()
792{
793 AtomicSimpleCPU::Params *params = new AtomicSimpleCPU::Params();

--- 34 unchanged lines hidden ---