On 04/13/2012 05:01 PM, Michael Lam wrote:
> I'm attaching the patch. It adds a boolean parameter to
> BPatch_addressSpace::getRegisters that allows you to specify whether
> you'd like the special-purpose registers returned in the vector along
> with the standard registers.
Thanks! Although, I'm not sure why this should be an optional flag.
This is just an enumeration, not causing actual register saving, so why
not go ahead and enumerate everything that's available? The caller can
still pick out whichever registers they were looking for.
Josh
|