MCPcopy Create free account
hub / github.com/WheretIB/nullc / x86ResetLabels

Function x86ResetLabels

NULLC/Translator_X86.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105FastVector<UnsatisfiedJump> pendingJumps;
106
107void x86ResetLabels()
108{
109 labels.reset();
110 pendingJumps.reset();
111}
112
113void x86ClearLabels()
114{

Callers 1

~ExecutorX86Method · 0.85

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected