Review Board 2.0.15


sim: Add SWIG interface for Serializable

Review Request #1508 - Created Oct. 24, 2012 and submitted - Latest diff uploaded

Information
Ali Saidi
gem5
default
Reviewers
Default
Changeset 9332:3b9d275193fe
---------------------------
sim: Add SWIG interface for Serializable

This changeset adds a SWIG interface for the Serializable class, which
fixes a warning when compiling the SWIG interface for the event
queue. Currently, the only method exported is the name() method.