diff options
| author | Rob Pike <r@golang.org> | 2010-09-09 23:31:33 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2010-09-09 23:31:33 -0700 |
| commit | 66f676b8efd2b383aa2fa3b367efb23f9ba50372 (patch) | |
| tree | 573c6b7069734e7e87c50e01c81f1bc58f685ddf /src/pkg/runtime/linux | |
| parent | c30b570468973021b5d20f0baa28216ecf6be94c (diff) | |
| download | go-66f676b8efd2b383aa2fa3b367efb23f9ba50372.tar.xz | |
arm: fix a couple of build bugs.
tests have not been run yet
R=stephenm
CC=golang-dev
https://golang.org/cl/2165046
Diffstat (limited to 'src/pkg/runtime/linux')
| -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 6824e29e85..7d3317209a 100644 --- a/src/pkg/runtime/linux/arm/sys.s +++ b/src/pkg/runtime/linux/arm/sys.s @@ -65,7 +65,7 @@ TEXT ·mmap(SB),7,$0 SWI $0 RET -TEXT ·mmap(SB),7,$0 +TEXT ·munmap(SB),7,$0 MOVW 0(FP), R0 MOVW 4(FP), R1 MOVW $SYS_munmap, R7 |
