Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1209
static unsigned int aluLabels = LABEL_ALU;
1210
1211
void SetParamBase(unsigned int base)
1212
{
1213
paramBase = base;
1214
aluLabels = LABEL_ALU;
1215
}
1216
1217
void SetFunctionList(ExternFuncInfo *list, unsigned int* funcAddresses)
1218
{
Callers
1
TranslateToNative
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected