X86: Make the x86 ExtMachInst serializable with (UN)SERIALIZE_SCALAR.
Review Request #209 - Created Aug. 22, 2010 and submitted
| Information | |
|---|---|
| Gabe Black | |
| gem5 | |
| Reviewers | |
| Default | |
X86: Make the x86 ExtMachInst serializable with (UN)SERIALIZE_SCALAR.
Posted (Aug. 23, 2010, 12:03 a.m.)
-
src/arch/x86/types.hh (Diff revision 1) -
Do you really need to include this here, or can you just include it in the .cc file? Perhaps because of the template <>, you do need to include it here. In general, I'd like to support overloading paramIn and paramOut better and have this be the general mechanism for serializing sub-objects.
