465
466 // R3,R4,R5 already hold the arguments. Forward them on.
467▶ // TODO: Indirectly call runtime.sigtrampgo to avoid the linker's static NOSPLIT stack
468 // overflow detection. It thinks this might be called on a small Go stack, but this is only
469 // called from a larger pthread or sigaltstack stack. Can the checker be improved to not
· · ·
685 MOVD R3, m_procid(R7)
686
687▶ // TODO: setup TLS.
688
689 // In child, set up new stack