mini refactoring

git-svn-id: svn://kolibrios.org@4797 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Akyltist 2014-04-08 08:01:38 +00:00
parent a1d6f1eae4
commit dbe5ae5137

View File

@ -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