[kernel][doxygen] Document stdcall macro
git-svn-id: svn://kolibrios.org@8965 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
804455ea58
commit
57660d5393
@ -1,7 +1,10 @@
|
|||||||
|
|
||||||
; Macroinstructions for defining and calling procedures
|
; Macroinstructions for defining and calling procedures
|
||||||
|
|
||||||
macro stdcall proc,[arg] ; directly call STDCALL procedure
|
; @brief Directly call STDCALL procedure
|
||||||
|
; @param proc Callee name
|
||||||
|
; @param arg Arguments to pass
|
||||||
|
macro stdcall proc,[arg]
|
||||||
{ common
|
{ common
|
||||||
if ~ arg eq
|
if ~ arg eq
|
||||||
reverse
|
reverse
|
||||||
|
Loading…
Reference in New Issue
Block a user