| 683 | } |
| 684 | |
| 685 | void ExprMakeLocal::setRefSp ( bool ref, bool cmres, uint32_t sp, uint32_t off ) { |
| 686 | useStackRef = ref; |
| 687 | useCMRES = cmres; |
| 688 | doesNotNeedSp = true; |
| 689 | doesNotNeedInit = true; |
| 690 | stackTop = sp; |
| 691 | extraOffset = off; |
| 692 | } |
| 693 | |
| 694 | // variant |
| 695 |
no test coverage detected