mem: Deprecate old unsafe Packet::(get|set)() methods
Review Request #2946 - Created July 7, 2015 and updated - Latest diff uploaded
| Information | |
|---|---|
| Andreas Sandberg | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10924:3e4c3a5ba3fd
---------------------------
mem: Deprecate old unsafe Packet::(get|set)() methodsFlag old data accessor methods as deprecated since they result in
unpredictable endian conversions. Code using the deprecated interface
will cause a (non-fatal) compile-time warning.NOTE: This won't be comitted until all existing devices have been transitioned to the new interface.
