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

Function SetParamBase

NULLC/CodeGen_X86.cpp:1211–1215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1209static unsigned int aluLabels = LABEL_ALU;
1210
1211void SetParamBase(unsigned int base)
1212{
1213 paramBase = base;
1214 aluLabels = LABEL_ALU;
1215}
1216
1217void SetFunctionList(ExternFuncInfo *list, unsigned int* funcAddresses)
1218{

Callers 1

TranslateToNativeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected