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

Method GetResultInt

NULLC/Executor_X86.cpp:1688–1692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1686 return execResult;
1687}
1688int ExecutorX86::GetResultInt()
1689{
1690 assert(NULLC::runResultType == OTYPE_INT);
1691 return NULLC::runResult;
1692}
1693double ExecutorX86::GetResultDouble()
1694{
1695 assert(NULLC::runResultType == OTYPE_DOUBLE);

Callers

nothing calls this directly

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected