84c84
< * @param xc The execution context.
---
> * @param tc The thread context.
86,87c86,87
< template <class XC>
< void zeroRegisters(XC *xc);
---
> template <class TC>
> void zeroRegisters(TC *tc);