-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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] ;
Metadata
Metadata
Assignees
Labels
No labels