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

Function SetLastInstruction

NULLC/CodeGen_X86.cpp:1245–1249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1243#endif
1244
1245void SetLastInstruction(x86Instruction *pos, x86Instruction *base)
1246{
1247 x86Op = pos;
1248 x86Base = base;
1249}
1250
1251x86Instruction* GetLastInstruction()
1252{

Callers 1

TranslateToNativeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected