]> Cypherpunks repositories - gostls13.git/commit
runtime: mark arm _lsvh nosplit (may fix arm build)
authorRuss Cox <rsc@golang.org>
Thu, 1 Aug 2013 04:23:30 +0000 (00:23 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 1 Aug 2013 04:23:30 +0000 (00:23 -0400)
commitf4f2cf16b0d7dd2f1841122c15e9e0388470fca7
treec68d3cbd792527be9f7454f6b1b7d3758053f14a
parentcba880e04a074806f0e948fbdee8e2fe31705f14
runtime: mark arm _lsvh nosplit (may fix arm build)

Mark the 386 one too for consistency,
although most of that code is no longer used.

TBR=dvyukov
CC=golang-dev
https://golang.org/cl/12227043
src/pkg/runtime/vlrt_386.c
src/pkg/runtime/vlrt_arm.c