]> Cypherpunks repositories - gostls13.git/commit
runtime: more build fixing
authorRuss Cox <rsc@golang.org>
Fri, 1 Mar 2013 14:24:17 +0000 (09:24 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 1 Mar 2013 14:24:17 +0000 (09:24 -0500)
commitd0d7416d3f9065141e1abe85528803afa9217371
treec51b11b761324f8fde36da483da0786a376c1bbe
parentc5f694a5c9d210b83b82f52931e1d46b3e25393d
runtime: more build fixing

Move the mstartfn into its own field.
Simpler, more likely to be correct.

R=golang-dev, devon.odell
CC=golang-dev
https://golang.org/cl/7414046
src/pkg/runtime/runtime.h
src/pkg/runtime/sys_freebsd_386.s
src/pkg/runtime/sys_freebsd_amd64.s
src/pkg/runtime/sys_windows_386.s
src/pkg/runtime/sys_windows_amd64.s
src/pkg/runtime/thread_freebsd.c
src/pkg/runtime/thread_windows.c