]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Include/Ebc/ProcessorBind.h
CHAR8 is defined as "1-byte Character" in UEFI spec, but not "unsigned Character...
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 5 Jun 2008 01:57:08 +0000 (01:57 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 5 Jun 2008 01:57:08 +0000 (01:57 +0000)
commit7d0db9ceb5971772bb1e7501412ca4714a3bbd6d
tree386164fd2465ae49196ee447d7dbb2a51cd7e9ad
parentfd6e8b4b82b55f2c365e0642a7c15a75b822418d
CHAR8 is defined as "1-byte Character" in UEFI spec, but not "unsigned Character". Most compiler treats "char" as signed unless overide by compiler options. Most compiler generate warnings for statement like "CHAR8 *S = "Hello"". In addition, we have defined CHAR8 as char for processor arch such as IA32, X64 and IPF in EDK II.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5329 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Include/Ebc/ProcessorBind.h