155,158d154
< Param<bool> bin;
< VectorParam<std::string> binned_fns;
< Param<bool> bin_int;
<
176,179c172
< INIT_PARAM_DFLT(system_rev, "Revision of system we are emulating", 1<<10),
< INIT_PARAM_DFLT(bin, "is this system to be binned", false),
< INIT_PARAM(binned_fns, "functions to be broken down and binned"),
< INIT_PARAM_DFLT(bin_int, "is interrupt code binned seperately?", true)
---
> INIT_PARAM_DFLT(system_rev, "Revision of system we are emulating", 1<<10)
199,201d191
< p->bin = bin;
< p->binned_fns = binned_fns;
< p->bin_int = bin_int;