| commit | 7e77623120105b51f4a348d56798cb49007de029 | [log] [tgz] |
|---|---|---|
| author | Yuval Pavel Zholkover <paulzhol@gmail.com> | Fri Feb 11 13:39:05 2011 -0500 |
| committer | Russ Cox <rsc@golang.org> | Fri Feb 11 13:39:05 2011 -0500 |
| tree | b21f4f39bfb99b15a0d54d03777858a1e1261322 | |
| parent | bbfad5f1cc5b8480ac41a3df7c98b5267c1a3327 [diff] |
8l, runtime: place G and M pointers relative to _tos on Plan 9, instead of hardcoded values for USTKTOP. This should allow executing both on native Plan 9 and inside 9vx. R=rsc CC=golang-dev https://golang.org/cl/3993044