runtime: fix freebsd build

TBR=golang-dev
CC=golang-dev
https://golang.org/cl/13720044
This commit is contained in:
Russ Cox 2013-09-16 14:22:24 -04:00
parent 92dfbd3611
commit a70cbf1329

View File

@ -28,7 +28,7 @@
// but it expects the third argument in R10. Instead of rewriting
// all the assembly in this file, #define SYSCALL to a safe simulation
// using INT $0x80.
/
//
// INT $0x80 is a little slower than SYSCALL, but correctness wins.
//
// See golang.org/issue/6372.