]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix function args not checked warning on arm
authorDave Cheney <dave@cheney.net>
Sun, 22 May 2011 04:59:25 +0000 (14:59 +1000)
committerRob Pike <r@golang.org>
Sun, 22 May 2011 04:59:25 +0000 (14:59 +1000)
This tiny nit was driving me nuts

R=rsc, ken, r
CC=golang-dev
https://golang.org/cl/4550069

src/pkg/runtime/arm/closure.c

index 3aca3a42d4632e60a9d7164d1a4f7e52d153acae..36a93bc53216617d3c1c4b64dd57c2e25e6eb85f 100644 (file)
@@ -43,7 +43,7 @@ vars:         WORD    arg0
                WORD    arg2
 */
 
-extern void cacheflush(byte* start, byte* end);
+extern void runtimeĀ·cacheflush(byte* start, byte* end);
 
 #pragma textflag 7
 void