forked from KolibriOS/kolibrios
[kernel][doxygen] Add goxygen comment to invoke
macro and check commit speed
git-svn-id: svn://kolibrios.org@8969 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
7964bb0c30
commit
127cb6bf8e
@ -13,7 +13,10 @@ macro stdcall proc,[arg]
|
||||
end if
|
||||
call proc }
|
||||
|
||||
macro invoke proc,[arg] ; indirectly call STDCALL procedure
|
||||
; @brief Indirectly call STDCALL procedure
|
||||
; @param proc Callee name
|
||||
; @param arg Arguments to pass
|
||||
macro invoke proc,[arg]
|
||||
{ common
|
||||
if ~ arg eq
|
||||
reverse
|
||||
|
Loading…
Reference in New Issue
Block a user