ArmPkg/PrePeiCore: use explicit UINTN cast in VOID* arithmetic
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 8 Dec 2015 14:15:14 +0000 (14:15 +0000)
committerabiesheuvel <abiesheuvel@Edk2>
Tue, 8 Dec 2015 14:15:14 +0000 (14:15 +0000)
commitbc299a9f7be83b13dad9379a12d8e923d4762ca7
tree03d144bd9dc3f6fce4224cf7679f3aad8569ee27
parentf0afe75ff890723335b7970cd1d17e5ec7277cb2
ArmPkg/PrePeiCore: use explicit UINTN cast in VOID* arithmetic

RVCT does not like the arithmetic involving a VOID* pointer that was
introduced in SVN r19163, so use explicit casts instead.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19172 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/PrePeiCore/MainMPCore.c
ArmPlatformPkg/PrePeiCore/MainUniCore.c