]> Cypherpunks repositories - gostls13.git/commit
syscall: fix bug in mksyscall_windows.pl
authorAlex Brainman <alex.brainman@gmail.com>
Sun, 8 May 2011 06:32:00 +0000 (16:32 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Sun, 8 May 2011 06:32:00 +0000 (16:32 +1000)
commitb191155ab42e02bf1d16c702102888d9091d800e
tree7c79a7925b1fdc7df3cf05f626769cf2fe208046
parent92834d351e405e295394dcfb39cb12ac5a9286f4
syscall: fix bug in mksyscall_windows.pl

This change fixes generation of "shadow" variables for bool parameters.
Before the change, it was naming all bool variables with the same name of _p0.
Now it calls them _p0, _p1, ... So the code could compile.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4479047
src/pkg/syscall/mksyscall_windows.pl