Searched hist:7911 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/simple/
H A Dtiming.cc7911:267e1e16e51b Mon Feb 07 01:14:00 EST 2011 Joel Hestness <hestness@cs.utexas.edu> TimingSimpleCPU: split data sender state fix

In sendSplitData, keep a pointer to the senderState that may be updated after
the call to handle*Packet. This way, if the receiver updates the packet
senderState, it can still be accessed in sendSplitData.

Completed in 46 milliseconds