]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c
ArmPlatformPkg: Fixed unsigned type to be architecture independent
[mirror_edk2.git] / ArmPlatformPkg / Drivers / LcdGraphicsOutputDxe / LcdGraphicsOutputBlt.c
index e998a195ff6e72c4a64f7676864544e5d9f533ac..ef85e712503e44900623eb55dfd20c650a7e6ca6 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
- Copyright (c) 2011, ARM Ltd. All rights reserved.<BR>\r
+ Copyright (c) 2011-2013, ARM Ltd. All rights reserved.<BR>\r
  This program and the accompanying materials\r
  are licensed and made available under the terms and conditions of the BSD License\r
  which accompanies this distribution.  The full text of the license may be found at\r
@@ -301,7 +301,7 @@ BltVideoFill (
       DestinationAddr = (VOID *)((UINT32 *)FrameBufferBase + DestinationLine * HorizontalResolution  + DestinationX);\r
 \r
       // Fill the entire line\r
-      SetMemN( DestinationAddr, WidthInBytes, *((UINTN *)EfiSourcePixel));\r
+      SetMemN( DestinationAddr, WidthInBytes, *((UINT32 *)EfiSourcePixel));\r
     }\r
     break;\r
 \r