Subversion Repositories Kolibri OS

Rev

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

Rev 709 Rev 712
Line 53... Line 53...
53
;;
53
;;
54
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
54
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 55... Line 55...
55
 
55
 
Line 56... Line 56...
56
include 'macros.inc'
56
include 'macros.inc'
Line 57... Line 57...
57
 
57
 
Line 58... Line 58...
58
$Revision: 709 $
58
$Revision: 712 $
Line 509... Line 509...
509
           mov [ipc_pdir], eax
509
           mov [ipc_pdir], eax
Line 510... Line 510...
510
 
510
 
511
           add eax, ebx
511
           add eax, ebx
Line 512... Line 512...
512
           mov [ipc_ptab], eax
512
           mov [ipc_ptab], eax
-
 
513
 
-
 
514
           stdcall kernel_alloc, (unpack.LZMA_BASE_SIZE+(unpack.LZMA_LIT_SIZE shl \
513
 
515
                                 (unpack.lc+unpack.lp)))*4
Line 514... Line 516...
514
           stdcall kernel_alloc, unpack.LZMA_BASE_SIZE+(unpack.LZMA_LIT_SIZE shl (unpack.lc+unpack.lp))
516
 
515
           mov [unpack.p], eax
517
           mov [unpack.p], eax
516
 
518