Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
FastVector<UnsatisfiedJump> pendingJumps;
106
107
void x86ResetLabels()
108
{
109
labels.reset();
110
pendingJumps.reset();
111
}
112
113
void x86ClearLabels()
114
{
Callers
1
~ExecutorX86
Method · 0.85
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected