From dbe5ae5137448a865c0c24842c038a0d1d670564 Mon Sep 17 00:00:00 2001 From: Akyltist Date: Tue, 8 Apr 2014 08:01:38 +0000 Subject: [PATCH] mini refactoring git-svn-id: svn://kolibrios.org@4797 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/gui/window.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/trunk/gui/window.inc b/kernel/trunk/gui/window.inc index ca5710b058..0cff7fa1d2 100644 --- a/kernel/trunk/gui/window.inc +++ b/kernel/trunk/gui/window.inc @@ -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