Subversion Repositories Kolibri OS

Rev

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

Rev 1211 Rev 1292
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 1211 $
8
$Revision: 1292 $
9
 
9
 
10
 
10
 
Line 133... Line 133...
133
           mov [edx+12], eax              ; F->bk = r;
133
           mov [edx+12], eax              ; F->bk = r;
134
           mov [eax+8], edx               ; r->fd = F;
134
           mov [eax+8], edx               ; r->fd = F;
135
           mov [eax+12], ecx              ; r->bk = B;
135
           mov [eax+12], ecx              ; r->bk = B;
136
           mov eax, ebx
136
           mov eax, ebx
137
           pop esi
137
           pop esi
-
 
138
           mov [mst.mutex], 0
138
           ret
139
           ret
139
.small:
140
.small:
Line 140... Line 141...
140
 
141
 
141
; if (ms.treemap != 0 && (mem = malloc_small(nb)) != 0)
142
; if (ms.treemap != 0 && (mem = malloc_small(nb)) != 0)