| 1691 | return NULLC::runResult; |
| 1692 | } |
| 1693 | double ExecutorX86::GetResultDouble() |
| 1694 | { |
| 1695 | assert(NULLC::runResultType == OTYPE_DOUBLE); |
| 1696 | long long combined = (long long)(((unsigned long long)(unsigned)NULLC::runResult << 32ull) + (unsigned long long)(unsigned)NULLC::runResult2); |
| 1697 | return *(double*)(&combined); |
| 1698 | } |
| 1699 | long long ExecutorX86::GetResultLong() |
| 1700 | { |
| 1701 | assert(NULLC::runResultType == OTYPE_LONG); |