1
0
mirror of https://github.com/golang/go synced 2024-11-20 06:04:52 -07:00
go/src/pkg/runtime/386
Devon H. O'Dell 5a4a08fab8 Fix stack on FreeBSD / add stack check across the board
FreeBSD was passing stk as the new thread's stack base, while
stk is the top of the stack in go. The added check should cause
a trap if this ever comes up in any new ports, or regresses
in current ones.

R=rsc
CC=golang-dev
https://golang.org/cl/167055
2009-12-08 18:19:30 -08:00
..
asm.s Fix stack on FreeBSD / add stack check across the board 2009-12-08 18:19:30 -08:00
closure.c rename sys functions to runtime, 2009-10-15 23:10:49 -07:00
memmove.s bugs in memmove: 2009-11-18 15:00:02 -08:00
traceback.c runtime: fix Caller crash on 386. 2009-12-03 17:24:14 -08:00
vlop.s Remove unnecessary execute bits. 2009-11-18 09:19:29 -08:00
vlrt.c Remove unnecessary execute bits. 2009-11-18 09:19:29 -08:00