Skip to content

indirect and inline functions #60

@halmusaibeli

Description

@halmusaibeli

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions