]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Make the code ICC clean.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 8 Jan 2008 11:02:54 +0000 (11:02 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 8 Jan 2008 11:02:54 +0000 (11:02 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4527 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Conf/Migration/R8Lib.c

index 9ee9d7266790487b0f758dd3f685adb921b2cb39..6ef5f9100e571a13cb85090f445dec5a56087b35 100644 (file)
@@ -360,7 +360,7 @@ R8_HexStringToBuf (
     } else {\r
       Byte = Buf[Idx / 2];\r
       Byte &= 0x0F;\r
-      Byte |= Digit << 4;\r
+      Byte = (UINT8) (Byte | Digit << 4);
     }\r
 \r
     Buf[Idx / 2] = Byte;\r