From a0f2241f3aa901579e2adc77df3c12b0729fbb52 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Mon, 13 Feb 2006 20:31:08 +0000 Subject: [PATCH] Added comment. committer: mfx 1139862668 +0000 --- src/stub/l_w32pe.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stub/l_w32pe.asm b/src/stub/l_w32pe.asm index 9bdc7e60..6b3fdb07 100644 --- a/src/stub/l_w32pe.asm +++ b/src/stub/l_w32pe.asm @@ -208,7 +208,7 @@ relhi0: mov ebx, 0x1000 lea edi, [esi + 'IMGB'] push edx - push byte 4 + push byte 4 ; PAGE_READWRITE push ebx push edi call ebp @@ -218,7 +218,7 @@ relhi0: and byte [edi + 'SWRI'], 0x7f push edx - push byte 2 + push byte 2 ; PAGE_READONLY push ebx push edi call ebp