ALTERNATE_ENTRY (MIPS) (Windows CE 5.0)
This macro declares an alternate entry to a routine of type NESTED_ENTRY (MIPS) or LEAF_ENTRY (MIPS).
ALTERNATE_ENTRYName[,[Section=]SectionName]
Parameters
- Name
Name is the entry point and is in the global name space. - SectionName
SectionName is the name of the section in which the entry will appear; see Remarks.
Return Values
None.
Remarks
The ALTERNATE_ENTRY macro does not use the SectionName parameter. The parameter is accepted and ignored for consistency with NESTED_ENTRY and LEAF_ENTRY. If used, an ALTERNATE_ENTRY call must appear in the body of a routine.
Requirements
Header: Kxmips.h
See Also
NESTED_ENTRY (MIPS) | LEAF_ENTRY (MIPS)
Send Feedback on this topic to the authors