Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 420a5fbb authored by Jim Miller's avatar Jim Miller
Browse files

Fix 3140348: Signature was wrong for atan2() in RS.

Change-Id: I6c5b79efc12e2dcef06f3f0bcbbdf8871947af26
parent e829fef6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -205,9 +205,9 @@ static ScriptCState::SymbolTable_t gSyms[] = {
    { "_Z5asinhf", (void *)&asinhf },
    { "_Z6asinpif", (void *)&SC_asinpi },
    { "_Z4atanf", (void *)&atanf },
    { "_Z5atan2f", (void *)&atan2f },
    { "_Z5atan2ff", (void *)&atan2f },
    { "_Z6atanpif", (void *)&SC_atanpi },
    { "_Z7atan2pif", (void *)&SC_atan2pi },
    { "_Z7atan2piff", (void *)&SC_atan2pi },
    { "_Z4cbrtf", (void *)&cbrtf },
    { "_Z4ceilf", (void *)&ceilf },
    { "_Z8copysignff", (void *)&copysignf },