Commit d4a9bce7 authored by Dave Cheney's avatar Dave Cheney Committed by Rob Pike

runtime: fix function args not checked warning on arm

This tiny nit was driving me nuts

R=rsc, ken, r
CC=golang-dev
https://golang.org/cl/4550069
parent 64d85769
......@@ -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
......
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