On Mon, Jun 15, 2020 at 07:12 AM, Ard Biesheuvel wrote:
Sorry, I missed the -=. Please ignore.On Wed, Jun 10, 2020 at 01:17 AM, Ard Biesheuvel wrote:No, the TE branch of the if() does a subtraction so it needs the value to be set beforehand.
+ *ImageBase =3D ImageContext->ImageAddress;=0D
I think the '*ImageBase = ImageContext->ImageAddress;' statement can be moved inside the if condition.