Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ SetFunctionList
Function
SetFunctionList
NULLC/CodeGen_X86.cpp:1217–1221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1215
}
1216
1217
void SetFunctionList(ExternFuncInfo *list, unsigned int* funcAddresses)
1218
{
1219
x86Functions = list;
1220
x86FuncAddr = funcAddresses;
1221
}
1222
1223
void SetContinuePtr(int* continueVar)
1224
{
Callers
1
TranslateToNative
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected