Subversion Repositories Kolibri OS

Rev

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

Rev 5363 Rev 7133
Line 223... Line 223...
223
; 5 = memory destroyed by malloc() or free()
223
; 5 = memory destroyed by malloc() or free()
224
        int3    ; simplest way to report error
224
        int3    ; simplest way to report error
225
        jmp     $-1     ; just in case
225
        jmp     $-1     ; just in case
Line 226... Line 226...
226
 
226
 
-
 
227
; Include main heap code
227
; Include main heap code
228
include '../macros.inc'
228
include '../proc32.inc'
229
include '../proc32.inc'
229
include '../struct.inc'
230
include '../struct.inc'
230
include '../const.inc'
231
include '../const.inc'