]> git.proxmox.com Git - mirror_edk2.git/commit
Fix a bug of PCD autogen for UINT64:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 19 Jun 2006 03:53:41 +0000 (03:53 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 19 Jun 2006 03:53:41 +0000 (03:53 +0000)
commit1cf9cdcc9c0728131c778e05fbb720f7e4356111
treea1f52603a16a10573507ac081500224656129746
parent3ce2b1a85f5b18cf53b3ccb80cb9018b98be0fc6
Fix a bug of PCD autogen for UINT64:
when generate macro value for a UINT64 type PCD, "ULL" should be added to forbid compiler tread it as UINT32 value.

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