timing.cc (5335:69d45f5f21a2) timing.cc (5336:c7e21f4e5a2e)
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;

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

817
818void
819TimingSimpleCPU::IprEvent::process()
820{
821 cpu->completeDataAccess(pkt);
822}
823
824const char *
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;

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

817
818void
819TimingSimpleCPU::IprEvent::process()
820{
821 cpu->completeDataAccess(pkt);
822}
823
824const char *
825TimingSimpleCPU::IprEvent::description()
825TimingSimpleCPU::IprEvent::description() const
826{
827 return "Timing Simple CPU Delay IPR event";
828}
829
830
831void
832TimingSimpleCPU::printAddr(Addr a)
833{

--- 44 unchanged lines hidden ---
826{
827 return "Timing Simple CPU Delay IPR event";
828}
829
830
831void
832TimingSimpleCPU::printAddr(Addr a)
833{

--- 44 unchanged lines hidden ---