]> git.proxmox.com Git - mirror_edk2.git/commit
Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM. So...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 7 Jul 2010 23:10:14 +0000 (23:10 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 7 Jul 2010 23:10:14 +0000 (23:10 +0000)
commit27172c0f366fd159ea5789e4e85454d160f37447
tree8edf595113715b8b5f8f22e233654799cd2b069d
parent4546bcbb3ab9e94a7dd2c225e3d1a4e0ab032e70
Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM. So I did the same thing that is done on Itanium and skipped the shadow for ARM architecture in all cases.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10636 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Core/Pei/Image/Image.c