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

Method GetResultLong

NULLC/Executor_X86.cpp:1699–1704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1697 return *(double*)(&combined);
1698}
1699long long ExecutorX86::GetResultLong()
1700{
1701 assert(NULLC::runResultType == OTYPE_LONG);
1702 long long combined = (long long)(((unsigned long long)(unsigned)NULLC::runResult << 32ull) + (unsigned long long)(unsigned)NULLC::runResult2);
1703 return combined;
1704}
1705
1706const char* ExecutorX86::GetExecError()
1707{

Callers

nothing calls this directly

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected