]> git.proxmox.com Git - mirror_edk2.git/commit
In before, FixedPcdGetxx macro was defined as global variable, it is wrong. It should...
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 22 Jun 2006 14:08:17 +0000 (14:08 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 22 Jun 2006 14:08:17 +0000 (14:08 +0000)
commit16d3e132aa4e1d28db5ae9da6674fd6a11c35819
tree6f602af2529cc21dc00e01f63e2dd267cd57a3bb
parentdc530c7b9df56725243aae875ed90ac1138e4628
In before, FixedPcdGetxx macro was defined as global variable, it is wrong. It should be defined as value directly, and module developer can use it to define length of array.
1) Change macro FixedPcdGetxx to value macro.
2) Change some wrong macro usage in library.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@599 6f19259b-4bc3-4df7-8a09-765794883524
Tools/Source/GenBuild/org/tianocore/build/pcd/entity/UsageInstance.java