Get new serialization code to link.
authorSteve Reinhardt <stever@eecs.umich.edu>
Wed, 29 Oct 2003 01:48:10 +0000 (17:48 -0800)
committerSteve Reinhardt <stever@eecs.umich.edu>
Wed, 29 Oct 2003 01:48:10 +0000 (17:48 -0800)
commit3761bcf076e9289f34b4863d87e4b2afdd276341
treefc9944fb1e928313a80b0f5738536f848d8c9de3
parente12e64a0718f6805c1203e1d11a39abaf0d9483b
Get new serialization code to link.

sim/param.cc:
    Convert parseParam() and showParam() to templates,
    andd explicitly instantiate them for common types.
sim/param.hh:
    Add declarations for parseParam() and showParam() function templates,
    so serialize.cc can use them.
sim/serialize.cc:
    Don't need declarations for parseParam() and showParam() since
    we put them in param.hh.
    Also instantiate paramOut() etc. for bool.

--HG--
extra : convert_revision : 1d84d0fbec64481996cbfa8b84c67c13c6244385
sim/param.cc
sim/param.hh
sim/serialize.cc