diff --git a/MdePkg/Include/Ebc/ProcessorBind.h b/MdePkg/Include/Ebc/ProcessorBind.h index a550f42bd3..ed1ff07e52 100644 --- a/MdePkg/Include/Ebc/ProcessorBind.h +++ b/MdePkg/Include/Ebc/ProcessorBind.h @@ -29,7 +29,7 @@ typedef char INT8; typedef unsigned char BOOLEAN; typedef unsigned char UINT8; -typedef unsigned char CHAR8; +typedef char CHAR8; typedef short INT16; typedef unsigned short UINT16;