Subversion Repositories Kolibri OS

Rev

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

Rev 9828 Rev 9831
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2022. 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: 9828 $
8
$Revision: 9831 $
9
 
9
 
10
align 4 ;3A08
10
align 4 ;3A08
11
build_interrupt_table:
11
build_interrupt_table:
Line 386... Line 386...
386
        inc     eax
386
        inc     eax
387
        jmp     .store_result
387
        jmp     .store_result
388
@@:
388
@@:
389
        stdcall new_mem_resize, ecx
389
        stdcall new_mem_resize, ecx
390
.store_result:
390
.store_result:
391
        mov     [esp + SYSCALL_STACK._eax], eax
391
        mov     [esp + SYSCALL_STACK.eax], eax
392
.no_application_mem_resize:
392
.no_application_mem_resize:
393
        ret
393
        ret
Line 394... Line 394...
394
 
394
 
395
iglobal
395
iglobal