MCPcopy Create free account
hub / github.com/beefytech/Beef / CeSetAddrVal

Function CeSetAddrVal

IDEHelper/Compiler/CeMachine.cpp:5879–5885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5877 CE_CHECKSTACK();
5878
5879static void CeSetAddrVal(void* ptr, int64 val, int32 ptrSize)
5880{
5881 if (ptrSize == 4)
5882 *(int32*)(ptr) = (int32)val;
5883 else
5884 *(int64*)(ptr) = (int64)val;
5885}
5886
5887class CeAsyncOperation
5888{

Callers 1

ExecuteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected