| 919 | streamFunctionBody.Add(252 + (1<<16)); |
| 920 | } |
| 921 | void OpReturn() |
| 922 | { |
| 923 | sbTextFunctionBody << LR"(OpReturn)" << EndLine; |
| 924 | |
| 925 | streamFunctionBody.Add(253 + (1 << 16)); |
| 926 | } |
| 927 | void OpReturnValue(const int ID) |
| 928 | { |
| 929 | sbTextFunctionBody << LR"(OpReturnValue %)" << ID << EndLine; |