235,238d234
< Param<bool> bin;
< VectorParam<std::string> binned_fns;
< Param<bool> bin_int;
<
253,256c249
< 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)
274,276d266
< p->bin = bin;
< p->binned_fns = binned_fns;
< p->bin_int = bin_int;