mirror of
https://github.com/golang/go
synced 2024-11-12 10:00:25 -07: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:
parent
c30b570468
commit
66f676b8ef
1
src/libcgo/arm.S
Normal file
1
src/libcgo/arm.S
Normal file
@ -0,0 +1 @@
|
||||
/* unimplemented */
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user