kernel: minor optimizations
git-svn-id: svn://kolibrios.org@3588 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -2918,7 +2918,7 @@ sys_getbackground:
|
||||
jnz nogb1
|
||||
mov eax, [BgrDataWidth]
|
||||
shl eax, 16
|
||||
mov ax, [BgrDataHeight]
|
||||
mov ax, word [BgrDataHeight]
|
||||
mov [esp+32], eax
|
||||
ret
|
||||
;------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user