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

Function x86ClearLabels

NULLC/Translator_X86.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void x86ClearLabels()
114{
115 labels.clear();
116 pendingJumps.clear();
117}
118
119void x86ReserveLabels(unsigned int count)
120{

Callers 1

TranslateToNativeMethod · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected