Hi All,
Instruction Sequence Number can be shown as follows.
cprintf("[sn:%i] \n", instruction->seqNum);
The data type is %i. I'm unfamiliar with %i.
I'd like to compare an instruction SegNum with a specific sequence
number like this.
if (instruction->SeqNum == 22162745)
Of course, this statement generates compile error.
What can I do for the correct comparison?
Thanks.
--Ed
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users