1
0
mirror of https://github.com/golang/go synced 2024-09-25 15:20:13 -06:00

arm: fix a couple of build bugs.

tests have not been run yet

R=stephenm
CC=golang-dev
https://golang.org/cl/2165046
This commit is contained in:
Rob Pike 2010-09-09 23:31:33 -07:00
parent c30b570468
commit 66f676b8ef
2 changed files with 2 additions and 1 deletions

1
src/libcgo/arm.S Normal file
View File

@ -0,0 +1 @@
/* unimplemented */

View File

@ -65,7 +65,7 @@ TEXT ·mmap(SB),7,$0
SWI $0 SWI $0
RET RET
TEXT ·mmap(SB),7,$0 TEXT ·munmap(SB),7,$0
MOVW 0(FP), R0 MOVW 0(FP), R0
MOVW 4(FP), R1 MOVW 4(FP), R1
MOVW $SYS_munmap, R7 MOVW $SYS_munmap, R7