Share via


ENTRY_END (ARM)

9/7/2007

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

NESTED_ENTRY (ARM)
LEAF_ENTRY (ARM)