Fix warnings generated by gcc for ia32 builds:
'cast from pointer to integer of different size' when casting from a pointer directly to a 64 bit number. Added an intermediate cast to UINTN. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5009 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -886,7 +886,7 @@ Returns:
|
||||
FilePath,
|
||||
SourceBuffer,
|
||||
SourceSize,
|
||||
(EFI_PHYSICAL_ADDRESS)NULL,
|
||||
(EFI_PHYSICAL_ADDRESS) (UINTN) NULL,
|
||||
NULL,
|
||||
ImageHandle,
|
||||
NULL,
|
||||
|
Reference in New Issue
Block a user