Commit 63634229 authored by Russ Cox's avatar Russ Cox

runtime: fix linux/amd64 build: wrong name for munmap

TBR=r
CC=golang-dev
https://golang.org/cl/2140043
parent d4cc557b
...@@ -108,7 +108,7 @@ TEXT ·mmap(SB),7,$0 ...@@ -108,7 +108,7 @@ TEXT ·mmap(SB),7,$0
INCQ AX INCQ AX
RET RET
TEXT munmap(SB),7,$0 TEXT ·munmap(SB),7,$0
MOVQ 8(SP), DI MOVQ 8(SP), DI
MOVQ 16(SP), SI MOVQ 16(SP), SI
MOVQ $11, AX // munmap MOVQ $11, AX // munmap
......
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