112,115d111
< Param<bool> bin;
< VectorParam<string> binned_fns;
< Param<bool> bin_int;
<
130,133c126
< 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)
151,153d143
< p->bin = bin;
< p->binned_fns = binned_fns;
< p->bin_int = bin_int;