summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MdePkg/Include/Ebc/ProcessorBind.h2
1 files changed, 1 insertions, 1 deletions
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;