SPARC: Fixing a minor copy-paste bug using the wrong variable
Review Request #911 - Created Nov. 24, 2011 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
| ali, gblack, nate, stever | |
SPARC: Fixing a minor copy-paste bug using the wrong variable There was a bug in the mm_disk implementation where a copy paste error resulted in the d32 variable not being initialised (as it incorrectly was used instead of d16), and gcc 4.5 complaining.
No testing of SPARC_FS since I do not have access to and do not know where to find the reset_new.bin and other files required.
