https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7f56c4c5a292178367a23…
commit 7f56c4c5a292178367a23cec86522426f2f1bf23
Author: Amine Khaldi <amine.khaldi(a)reactos.org>
AuthorDate: Mon Oct 30 21:51:30 2017 +0100
[BOOT/ENVIRON] Define the INT8 type as signed char. CORE-11799 (#94)
---
boot/environ/include/efi/ProcessorBind.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/environ/include/efi/ProcessorBind.h
b/boot/environ/include/efi/ProcessorBind.h
index bab3e210cc..3f73c61d47 100644
--- a/boot/environ/include/efi/ProcessorBind.h
+++ b/boot/environ/include/efi/ProcessorBind.h
@@ -147,7 +147,7 @@ typedef char CHAR8;
///
/// 1-byte signed value.
///
-typedef char INT8;
+typedef signed char INT8;
#else
///
/// 8-byte unsigned value.