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