forked from KolibriOS/kolibrios
mini refactoring
git-svn-id: svn://kolibrios.org@4797 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a1d6f1eae4
commit
dbe5ae5137
@ -177,7 +177,6 @@ syscall_display_settings.02:
|
||||
jnae @f
|
||||
mov edx, 192 ; max size
|
||||
@@:
|
||||
and edx, 255
|
||||
mov edi, common_colours
|
||||
mov ecx, edx
|
||||
rep movsb
|
||||
@ -191,7 +190,6 @@ syscall_display_settings.03:
|
||||
jnae @f
|
||||
mov edx, 192 ; max size
|
||||
@@:
|
||||
and edx, 255
|
||||
mov esi, common_colours
|
||||
mov ecx, edx
|
||||
rep movsb
|
||||
|
Loading…
Reference in New Issue
Block a user