]> Cypherpunks repositories - gostls13.git/commit
windows/386: clean stack after syscall (it is necessary after call cdecl functions...
authorJaroslavas Počepko <jp@webmaster.ms>
Tue, 30 Aug 2011 04:43:54 +0000 (14:43 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Tue, 30 Aug 2011 04:43:54 +0000 (14:43 +1000)
commitae891b55289c4147d2c6271759f97ea00246bf17
tree1c9a1d6e38c45e2d4350572eb089993ad9683394
parent22d5f9aae364f8d9d77fa67abf791b7d8046af56
windows/386: clean stack after syscall (it is necessary after call cdecl functions and does not have an effect after stdcall)

Result of discussion here: http://groups.google.com/group/golang-nuts/browse_thread/thread/357c806cbb57ca62

R=golang-dev, bradfitz, alex.brainman, hectorchu, rsc
CC=golang-dev
https://golang.org/cl/4961045
src/pkg/runtime/syscall_windows_test.go [new file with mode: 0644]
src/pkg/runtime/windows/386/sys.s