Deleted Added
sdiff udiff text old ( 7565:9fc3475e8175 ) new ( 7832:de7601e6e19d )
full compact
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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;

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

151 Time completionTime);
152
153 void swPrefetchLatency(Time t,
154 CacheRequestType type,
155 const GenericMachineType respondingMach);
156
157 void sequencerRequests(int num) { m_sequencer_requests.add(num); }
158
159 void profileMsgDelay(int virtualNetwork, int delayCycles);
160
161 void print(std::ostream& out) const;
162
163 void rubyWatch(int proc);
164 bool watchAddress(Address addr);
165
166 // return Ruby's start time

--- 96 unchanged lines hidden ---