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

Function x86AddLabel

NULLC/Translator_X86.cpp:1191–1195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1189}
1190
1191void x86AddLabel(unsigned char *stream, unsigned int labelID)
1192{
1193 assert(labelID < labels.size());
1194 labels[labelID] = stream;
1195}
1196
1197void x86SatisfyJumps(FastVector<unsigned char*>& instPos)
1198{

Callers 1

TranslateToNativeMethod · 0.85

Calls 2

assertFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected