diff options
| author | Russ Cox <rsc@golang.org> | 2009-10-15 23:10:49 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-10-15 23:10:49 -0700 |
| commit | 22a5c78f4488cd226e746a50d2420746f6721bc5 (patch) | |
| tree | 2b917b03646327a48fef08173fc6522500888d78 /src/pkg/runtime/linux/arm/sys.s | |
| parent | 488ca3c7a67ecb1ce4068ab40da6003feac5e16c (diff) | |
| download | go-22a5c78f4488cd226e746a50d2420746f6721bc5.tar.xz | |
rename sys functions to runtime,
because they are in package runtime.
another step to enforcing package boundaries.
R=r
DELTA=732 (114 added, 93 deleted, 525 changed)
OCL=35811
CL=35824
Diffstat (limited to 'src/pkg/runtime/linux/arm/sys.s')
| -rw-r--r-- | src/pkg/runtime/linux/arm/sys.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/linux/arm/sys.s b/src/pkg/runtime/linux/arm/sys.s index d7eb43e739..4eb38f1ce8 100644 --- a/src/pkg/runtime/linux/arm/sys.s +++ b/src/pkg/runtime/linux/arm/sys.s @@ -22,7 +22,7 @@ TEXT exit(SB),7,$0 // Exit value already in R0 SWI $SYS_exit -TEXT sys·mmap(SB),7,$0 +TEXT runtime·mmap(SB),7,$0 MOVW 0(FP), R0 MOVW 4(FP), R1 MOVW 8(FP), R2 |
