Share via


ENTRY_END (ARM) (Windows Embedded CE 6.0)

1/5/2010

This macro ends the current routine specified by NESTED_ENTRY (ARM) or LEAF_ENTRY (ARM).

Syntax

ENTRY_END [Name]

Parameters

  • Name
    See Remarks.

Return Values

None.

Remarks

Name should be the same name used in the NESTED_ENTRY or LEAF_ENTRY macros.

The ENTRY_END macro ignores Name.

See Also

Reference

ARM Assembler Macros
NESTED_ENTRY (ARM)
LEAF_ENTRY (ARM)