mem: Add "const" attribute to Packet getters
Review Request #2063 - Created Oct. 17, 2013 and submitted
| Information | |
|---|---|
| Ali Saidi | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9869:f654fee8faf7 --------------------------- mem: Add "const" attribute to Packet getters Add a "const" keywords to the getters in the Packet class so these can be invoked on const Packet objects.
LGTM. You might want to make get() const as well.
