]> Cypherpunks repositories - gostls13.git/commit
runtime: Record jmpdefer's argument size.
authorKeith Randall <khr@golang.org>
Wed, 7 Aug 2013 21:03:50 +0000 (14:03 -0700)
committerKeith Randall <khr@golang.org>
Wed, 7 Aug 2013 21:03:50 +0000 (14:03 -0700)
commita97a91de06b3f071a08314c7cb54eac57c4a624a
treeb63dbf266a31890ac5df3721ef0e03ed9a88939b
parentd5e97ea2f51f145e041a86db9eb7bfbc3f1adb75
runtime: Record jmpdefer's argument size.
Fixes bug 6055.

R=golang-dev, bradfitz, dvyukov, khr
CC=golang-dev
https://golang.org/cl/12536045
src/pkg/runtime/asm_386.s
src/pkg/runtime/asm_amd64.s
src/pkg/runtime/asm_arm.s
test/fixedbugs/issue6055.go [new file with mode: 0644]