80c80
< if (!reset->loadGlobalSymbols(reset))
---
> if (!reset->loadGlobalSymbols(resetSymtab))
150a151
> Param<Tick> boot_cpu_frequency;
151a153,154
> Param<uint64_t> system_type;
> Param<uint64_t> system_rev;
159d161
< INIT_PARAM(boot_cpu_frequency, "Frequency of the boot CPU"),
166a169
> INIT_PARAM(boot_cpu_frequency, "Frequency of the boot CPU"),
169,170d171
< INIT_PARAM_DFLT(readfile, "file to read startup script from", ""),
< INIT_PARAM_DFLT(init_param, "numerical value to pass into simulator", 0),
172c173,175
< INIT_PARAM_DFLT(system_rev, "Revision of system we are emulating", 1<<10)
---
> INIT_PARAM_DFLT(system_rev, "Revision of system we are emulating", 1<<10),
> INIT_PARAM_DFLT(readfile, "file to read startup script from", ""),
> INIT_PARAM_DFLT(init_param, "numerical value to pass into simulator", 0)