346a347,353
>
> void toggleData() {
> int icmd = (int)cmd;
> icmd ^= HasData;
> cmd = (Command)icmd;
> }
>
451d457
<
458a465,470
> /** This function is a wrapper for the fixPacket field that toggles the hasData bit
> * it is used when a response is waiting in the caches, but hasn't been marked as a
> * response yet (so the fixPacket needs to get the correct value for the hasData)
> */
> bool fixDelayedResponsePacket(PacketPtr func, PacketPtr timing);
>