Commit d5337e98 authored by Russ Cox's avatar Russ Cox

fix linux build:

i renamed sys to runtime but didn't remember this file.
(and the darwin build doesn't use it.)

TBR=r
OCL=35826
CL=35826
parent 22a5c78f
......@@ -51,39 +51,39 @@ TEXT main(SB),7,$0
CALL pcfromline(SB)
// Keep the linker happy
TEXT sys·morestack(SB),7,$0
TEXT runtime·morestack(SB),7,$0
RET
TEXT sys·morestack00(SB),7,$0
TEXT runtime·morestack00(SB),7,$0
RET
TEXT sys·morestack10(SB),7,$0
TEXT runtime·morestack10(SB),7,$0
RET
TEXT sys·morestack01(SB),7,$0
TEXT runtime·morestack01(SB),7,$0
RET
TEXT sys·morestack11(SB),7,$0
TEXT runtime·morestack11(SB),7,$0
RET
TEXT sys·morestack8(SB),7,$0
TEXT runtime·morestack8(SB),7,$0
RET
TEXT sys·morestack16(SB),7,$0
TEXT runtime·morestack16(SB),7,$0
RET
TEXT sys·morestack24(SB),7,$0
TEXT runtime·morestack24(SB),7,$0
RET
TEXT sys·morestack32(SB),7,$0
TEXT runtime·morestack32(SB),7,$0
RET
TEXT sys·morestack40(SB),7,$0
TEXT runtime·morestack40(SB),7,$0
RET
TEXT sys·morestack48(SB),7,$0
TEXT runtime·morestack48(SB),7,$0
RET
TEXT sys·morestack8(SB),7,$0
TEXT runtime·morestack8(SB),7,$0
RET
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