----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2496/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10546:af66f33b7d3a --------------------------- mem: Make Request getters const This patch tidies up the Request class, making all getters const. The odd one out is incAccessDepth which is called by the memory system as packets carry the request around. This is also const to enable the packet to hold on to a const Request. Diffs ----- src/mem/request.hh 1a9e235cab09 Diff: http://reviews.gem5.org/r/2496/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
