Resolve #1038
- Related issues: #1038 (closed)
- Requested reviewers: one of @fotopoulou @multrus
Reason why this change is needed
- Avoids pointer arithmetic with nullpointers for lost frames in TCX core
Description of the change
- Setting of pointers was moved into
if( !bfi )
parts.
Affected operating points
- No effect on Bitexactness, the pointer variables are only actually used in good frames, so the moved instructions were obsolete for bad frames anyway.
- No effect on interoperability.
Related to #1038 (closed)