SPARC: Fixing a minor copy-paste bug using the wrong variable
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 28 Nov 2011 09:34:18 +0000 (04:34 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 28 Nov 2011 09:34:18 +0000 (04:34 -0500)
commit64ccfecf9579abbe553ed1825dcaead9a3daa34f
tree72f6fb7e5e70ab684ade378a12c3bc75ffba1e2a
parent0e621fd1367e431fd5af55693d45925fa6144146
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.

--HG--
extra : rebase_source : 9515e87b188b9eac189da8034cb13c3bf7d9e20b
src/dev/sparc/mm_disk.cc