mirror of
https://github.com/golang/go
synced 2024-11-12 10:30:23 -07:00
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
This commit is contained in:
parent
64d85769da
commit
d4a9bce70a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user