Subversion Repositories Kolibri OS

Rev

Rev 8552 | Rev 8712 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8552 Rev 8599
Line 4... Line 4...
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 8... Line 8...
8
 
8
 
Line 9... Line 9...
9
$Revision: 8552 $
9
$Revision: 8599 $
10
 
10
 
11
;==============================================================================
11
;==============================================================================
Line 140... Line 140...
140
        mov     edi, ecx
140
        mov     edi, ecx
141
        cmp     edx, 192
141
        cmp     edx, 192
142
        jnae    @f
142
        jnae    @f
143
        mov     edx, 192 ; max size
143
        mov     edx, 192 ; max size
144
@@:
144
@@:
-
 
145
        stdcall is_region_userspace, edi, edx
-
 
146
        jnz     @f
-
 
147
        ret
-
 
148
@@:
145
        mov     esi, common_colours
149
        mov     esi, common_colours
146
        mov     ecx, edx
150
        mov     ecx, edx
147
        rep movsb
151
        rep movsb
148
        ret
152
        ret