Descriptionsyscall: 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.
Patch Set 1 #Patch Set 2 : diff -r 29f6e2e230a3 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 29f6e2e230a3 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r bebd6359804f https://go.googlecode.com/hg/ #Patch Set 5 : diff -r e70580858a87 https://go.googlecode.com/hg/ #MessagesTotal messages: 6
|