| 34 | } |
| 35 | |
| 36 | int StackContext::runInt(void *vtable) |
| 37 | { |
| 38 | if (breakContReturn) return 0; |
| 39 | GET_RETURN_VAL(return getInt(), etInt ); |
| 40 | //printf("No Int return?\n"); |
| 41 | // Should not really get here... |
| 42 | return 0; |
| 43 | } |
| 44 | Float StackContext::runFloat(void *vtable) |
| 45 | { |
| 46 | if (breakContReturn) return 0; |
no outgoing calls
no test coverage detected