[edk2] [PATCH] ArmPkg/PrePeiCore: use explicit UINTN cast in VOID* arithmetic

2015-12-08 Thread Ard Biesheuvel
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 --- ArmPlatformPkg/PrePeiCore/MainMPCore.c | 2 +-

Re: [edk2] [PATCH] ArmPkg/PrePeiCore: use explicit UINTN cast in VOID* arithmetic

2015-12-08 Thread Ard Biesheuvel
On 8 December 2015 at 15:09, Leif Lindholm wrote: > On Tue, Dec 08, 2015 at 09:57:40AM +0100, Ard Biesheuvel wrote: >> RVCT does not like the arithmetic involving a VOID* pointer that was >> introduced in SVN r19163, so use explicit casts instead. >> >>

Re: [edk2] [PATCH] ArmPkg/PrePeiCore: use explicit UINTN cast in VOID* arithmetic

2015-12-08 Thread Leif Lindholm
On Tue, Dec 08, 2015 at 09:57:40AM +0100, Ard Biesheuvel wrote: > 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