33a34
> #include "arch/alpha/utility.hh"
198a200,210
>
> static void
> archClone(uint64_t flags,
> Process *pp, Process *cp,
> ThreadContext *ptc, ThreadContext *ctc,
> uint64_t stack, uint64_t tls)
> {
> AlphaISA::copyMiscRegs(ptc, ctc);
> if (stack)
> ctc->setIntReg(AlphaISA::StackPointerReg, stack);
> }