Commit ebf32c58 authored by Kai Backman's avatar Kai Backman

fix comment

R=rsc
CC=golang-dev
https://golang.org/cl/203053
parent 48cdb63b
...@@ -74,7 +74,7 @@ typedef struct Hchan Hchan; ...@@ -74,7 +74,7 @@ typedef struct Hchan Hchan;
* *
* amd64: allocated downwards from R15 * amd64: allocated downwards from R15
* x86: allocated upwards from 0(FS) * x86: allocated upwards from 0(FS)
* arm: allocated upwards from R9 * arm: allocated downwards from R10
* *
* every C file linked into a Go program must include runtime.h * every C file linked into a Go program must include runtime.h
* so that the C compiler knows to avoid other uses of these registers. * so that the C compiler knows to avoid other uses of these registers.
......
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