]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/BdsLib: Fix incorrect pointer casting
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 27 Sep 2011 18:27:20 +0000 (18:27 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 27 Sep 2011 18:27:20 +0000 (18:27 +0000)
commit19a7404aecbc03999bb2b9f24bae96e2dcf67915
tree0ebbb7882d99edfd8f81ce6dfd13b1e3226e4f8c
parentae7f81cba3b9c8d54a7c55391f2eafdc28a9f92e
ArmPkg/BdsLib: Fix incorrect pointer casting

A physical address (64bit) was cast to a 32bit pointer.

Signed-off-by: Eugene Cohen (HP)
Reviewed-by: oliviermartin
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12460 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Library/BdsLib/BdsInternal.h
ArmPkg/Library/BdsLib/BdsLinuxAtag.c
ArmPkg/Library/BdsLib/BdsLinuxLoader.c