Commit 953487ed authored by sagnowski's avatar sagnowski
Browse files

Instrument copy of a struct

parent 0ce0cbe1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1353,6 +1353,12 @@ static ivas_error isar_generate_metadata_and_bitstream(
    IF( st_ivas->hHeadTrackData != NULL )
    {
        Quaternion = st_ivas->hHeadTrackData->Quaternions[0];
        /* Copy of a struct: 4x Word32 and 1x Word32 */
        move32();
        move32();
        move32();
        move32();
        move16();
    }
    ELSE
    {