From 7f56c4c5a292178367a23cec86522426f2f1bf23 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 30 Oct 2017 21:51:30 +0100 Subject: [PATCH] [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 bab3e210ccf..3f73c61d478 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.