tp_plus icon indicating copy to clipboard operation
tp_plus copied to clipboard

indirect and inline functions

Open halmusaibeli opened this issue 2 years ago • 0 comments

When using the indirect function inside the inlined function. The output PR has to be attached to the end of the function call and pointing to the PR number. See the example below.

Not working: pr6 = correctFrame(&pr4, &pr5, Calib::Z) -- > PR[PR[86]]=PR[61:dummy_pr1] ;

Working: correctFrame(&pr4, &pr5, Calib::Z, &pr6) -- > PR[86]=PR[61:dummy_pr1] ;

halmusaibeli avatar Sep 13 '23 06:09 halmusaibeli