summaryrefslogtreecommitdiff
path: root/src/sim/param.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-01-28 14:46:56 -0500
committerGabe Black <gblack@eecs.umich.edu>2007-01-28 14:46:56 -0500
commit91ca1b48e29dc8a5edcd57bf03ed9737b5de0661 (patch)
tree9a2db053cba40110ae69a2444b061c3d5ea8bdef /src/sim/param.hh
parent0358ccee23072eef0b6448e3170457037682a452 (diff)
parent37795b104d93a48b319074fbef770d88820d554a (diff)
downloadgem5-91ca1b48e29dc8a5edcd57bf03ed9737b5de0661.tar.xz
Merge zizzer:/bk/newmem
into zower.eecs.umich.edu:/eecshome/m5/newmem --HG-- extra : convert_revision : 2398e48722dd71ddf270e93bd7b387078fb30e6b
Diffstat (limited to 'src/sim/param.hh')
-rw-r--r--src/sim/param.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sim/param.hh b/src/sim/param.hh
index 2aa0456da..8a4670e27 100644
--- a/src/sim/param.hh
+++ b/src/sim/param.hh
@@ -781,4 +781,5 @@ SimObjectVectorParam<OBJ_CLASS *>::showType(std::ostream &os) const \
template <class T> bool parseParam(const std::string &str, T &data);
template <class T> void showParam(std::ostream &os, const T &data);
+void parseTime(const std::vector<int> &time, struct tm *tm);
#endif // _SIM_PARAM_HH_