Subversion Repositories Kolibri OS

Rev

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

Rev 8969 Rev 8970
Line 23... Line 23...
23
   common
23
   common
24
    end if
24
    end if
25
        call    [proc] }
25
        call    [proc] }
26
 
26
 
Line 27... Line 27...
27
macro ccall proc,[arg]                  ; directly call CDECL procedure
27
; @brief Directly call CDECL procedure
-
 
28
; @param proc Callee name
-
 
29
; @param arg Arguments to pass
-
 
30
macro ccall proc,[arg]
28
 { common
31
 { common
29
    size@ccall = 0
32
    size@ccall = 0
30
    if ~ arg eq
33
    if ~ arg eq
31
   reverse
34
   reverse
32
        pushd   arg
35
        pushd   arg