Port: Make getAddrRanges const
Review Request #1257 - Created June 6, 2012 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9068:85173f3261a2 --------------------------- Port: Make getAddrRanges const This patch makes getAddrRanges const throughout the code base. There is no reason why it should not be, and making it const prevents adding any unintentional side-effects.
util/regress all passing (disregarding t1000 and eio)
Posted (June 7, 2012, 2:33 a.m.)
-
src/arch/x86/interrupts.cc (Diff revision 1) -
What's the need for this line?
Review request changed
Updated (June 8, 2012, 2:57 a.m.)
Description: |
|
||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+57 -54) |
Posted (June 11, 2012, 1:32 a.m.)
Any feedback, opinions, or simply not exciting enough? :)
-
src/dev/x86/i8042.cc (Diff revision 2) -
Not that I'm awesome at Doxygen, but shouldn't this be /// @todo
Ship It!
Ship It!
