Share via


__breakĀ 

Microsoft Specific

Generates the IPF break instruction, which sends a Break Instruction fault.

void __break(
   int Mask
);

Parameters

  • [in] Mask
    The 21-bit value to write to the Interruption Immediate control register.

Requirements

Intrinsic Architecture

__break

IPF

Header file <intrin.h>

Remarks

For more information about the break instruction, see the Intel IPF documentation.

This routine is only available as an intrinsic.

END Microsoft Specific

See Also

Reference

Compiler Intrinsics