Commit e86c049a authored by Arthur Tritthart's avatar Arthur Tritthart
Browse files

Fix missing prototype for local function

parent f7a39076
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1038,6 +1038,7 @@ Word32 div_w( Word32 L_num, Word32 L_den )
    }
}

Word32 BASOP_Util_Divide3232_Scale_FhG( Word32 x, Word32 y, Word16 *s, Word16 bits );
Word32 BASOP_Util_Divide3232_Scale_FhG( Word32 x, Word32 y, Word16 *s, Word16 bits )
{
    Word32 z;