Commit a70cbf13 authored by Russ Cox's avatar Russ Cox

runtime: fix freebsd build

TBR=golang-dev
CC=golang-dev
https://golang.org/cl/13720044
parent 92dfbd36
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
// but it expects the third argument in R10. Instead of rewriting // but it expects the third argument in R10. Instead of rewriting
// all the assembly in this file, #define SYSCALL to a safe simulation // all the assembly in this file, #define SYSCALL to a safe simulation
// using INT $0x80. // using INT $0x80.
/ //
// INT $0x80 is a little slower than SYSCALL, but correctness wins. // INT $0x80 is a little slower than SYSCALL, but correctness wins.
// //
// See golang.org/issue/6372. // See golang.org/issue/6372.
......
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