| 1697 | return *(double*)(&combined); |
| 1698 | } |
| 1699 | long 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 | |
| 1706 | const char* ExecutorX86::GetExecError() |
| 1707 | { |