commit | b191155ab42e02bf1d16c702102888d9091d800e | [log] [tgz] |
---|---|---|
author | Alex Brainman <alex.brainman@gmail.com> | Sun May 08 16:32:00 2011 +1000 |
committer | Alex Brainman <alex.brainman@gmail.com> | Sun May 08 16:32:00 2011 +1000 |
tree | 7c79a7925b1fdc7df3cf05f626769cf2fe208046 | |
parent | 92834d351e405e295394dcfb39cb12ac5a9286f4 [diff] |
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