forked from KolibriOS/kolibrios
Fix blitter for previous revision.
git-svn-id: svn://kolibrios.org@2449 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
91e683bb90
commit
30d819787b
@ -375,7 +375,7 @@ align 4
|
|||||||
align 4
|
align 4
|
||||||
.inner32:
|
.inner32:
|
||||||
cmp [ebp+ecx], bl
|
cmp [ebp+ecx], bl
|
||||||
jne @F
|
jne .skip
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
push eax
|
push eax
|
||||||
mov eax, [esi+ecx*4]
|
mov eax, [esi+ecx*4]
|
||||||
@ -407,7 +407,7 @@ align 4
|
|||||||
pop eax
|
pop eax
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
align 4
|
align 4
|
||||||
@@:
|
.skip:
|
||||||
inc ecx
|
inc ecx
|
||||||
dec edx
|
dec edx
|
||||||
jnz .inner32
|
jnz .inner32
|
||||||
@ -443,7 +443,7 @@ align 4
|
|||||||
align 4
|
align 4
|
||||||
.inner24:
|
.inner24:
|
||||||
cmp [ebp+ecx], bl
|
cmp [ebp+ecx], bl
|
||||||
jne @F
|
jne .skip_1
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
push eax
|
push eax
|
||||||
mov eax, [esi+ecx*4]
|
mov eax, [esi+ecx*4]
|
||||||
@ -479,7 +479,7 @@ align 4
|
|||||||
pop eax
|
pop eax
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
align 4
|
align 4
|
||||||
@@:
|
.skip_1:
|
||||||
mov edi, [esp+64]
|
mov edi, [esp+64]
|
||||||
inc ecx
|
inc ecx
|
||||||
dec edx
|
dec edx
|
||||||
|
Loading…
Reference in New Issue
Block a user