Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
void x86ClearLabels()
114
{
115
labels.clear();
116
pendingJumps.clear();
117
}
118
119
void x86ReserveLabels(unsigned int count)
120
{
Callers
1
TranslateToNative
Method · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected