forked from KolibriOS/kolibrios
bugfix in previous revision
git-svn-id: svn://kolibrios.org@912 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
01bb499fab
commit
9ec5779194
@ -4313,7 +4313,7 @@ putimage_get1bpp:
|
||||
push edx
|
||||
mov edx, [esp+8]
|
||||
mov al, [edx]
|
||||
adc al, al
|
||||
add al, al
|
||||
jnz @f
|
||||
lodsb
|
||||
adc al, al
|
||||
|
Loading…
Reference in New Issue
Block a user