Commit 7842b03f authored by Kai Backman's avatar Kai Backman

Fixed minor typo in asm file.

R=rsc
APPROVED=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=31487
CL=31500
parent 62011cfc
......@@ -168,7 +168,7 @@ TEXT reflect·call(SB), 7, $-4
MOVW LR, (m_morebuf+gobuf_pc)(m) // our caller's PC
MOVW SP, (m_morebuf+gobuf_sp)(m) // our caller's SP
MOVW R0, (m_morebuf+gobuf_r0)(m)
MOVQ g, (m_morebuf+gobuf_g)(m)
MOVW g, (m_morebuf+gobuf_g)(m)
// Set up morestack arguments to call f on a new stack.
// We set f's frame size to zero, meaning
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment