Commit 66f676b8 authored by Rob Pike's avatar Rob Pike

arm: fix a couple of build bugs.

tests have not been run yet

R=stephenm
CC=golang-dev
https://golang.org/cl/2165046
parent c30b5704
/* unimplemented */
...@@ -65,7 +65,7 @@ TEXT ·mmap(SB),7,$0 ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment