nteh_unwind

Call _local_unwind(), which means call the __finally blocks until stop_index is reached.

version(!SPP)
extern (C++) nothrow @safe @trusted
static if(NTEXCEPTIONS)
void
nteh_unwind

Parameters

cdb CodeBuilder

append generated code to

saveregs regm_t

registers to save across the generated code

stop_index uint

index to stop at

Suggestion Box / Bug Report