89a90
> friend class Walker;
178a180,185
> // The number of outstanding walks that can be squashed per cycle.
> unsigned numSquashable;
>
> // Wrapper for checking for squashes before starting a translation.
> void startWalkWrapper();
>
202c209,210
< masterId(sys->getMasterId(name()))
---
> masterId(sys->getMasterId(name())),
> numSquashable(params->num_squash_per_cycle)