Added comment.

committer: mfx <mfx> 1139862668 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2006-02-13 20:31:08 +00:00
parent aa513bf7d3
commit a0f2241f3a
+2 -2
View File
@@ -208,7 +208,7 @@ relhi0:
mov ebx, 0x1000 mov ebx, 0x1000
lea edi, [esi + 'IMGB'] lea edi, [esi + 'IMGB']
push edx push edx
push byte 4 push byte 4 ; PAGE_READWRITE
push ebx push ebx
push edi push edi
call ebp call ebp
@@ -218,7 +218,7 @@ relhi0:
and byte [edi + 'SWRI'], 0x7f and byte [edi + 'SWRI'], 0x7f
push edx push edx
push byte 2 push byte 2 ; PAGE_READONLY
push ebx push ebx
push edi push edi
call ebp call ebp