Constant PNCIF

Source
pub const PNCIF: Op;
Expand description

§PanicIf

0x64: PNCIF

Panic if the condition is true.

Returns the stack at the time of the panic in the error message.

§Stack Input

[condition]

§Panics

  • The condition is true.