SPARC: Make SPARC's ISA's clear function initialize everything it should.
Review Request #268 - Created Oct. 9, 2010 and submitted
| Information | |
|---|---|
| Gabe Black | |
| gem5 | |
| Reviewers | |
| Default | |
SPARC: Make SPARC's ISA's clear function initialize everything it should. Also make it not set some pointers to NULL potentially introducing a memory leak. That should be done in the constructor.
Posted (Oct. 10, 2010, 1:03 p.m.)
-
src/arch/sparc/isa.cc (Diff revision 1) -
This isn't performance critical, so panic() would probably be better.
