Hi Can someone clarify what does hasPC() mean? As I look at the code, /** Whether or not the pc is valid. */ static const PrivateFlagsType VALID_PC = 0x00000010;
bool hasPC() const
{
return privateFlags.isSet(VALID_PC);
}
a better question is that what is an INVALID_PC? what does it
represent? which packet has INVALID_PC?
Thanks
--
// Naderan *Mahmood;
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
