Fix pointer/integer argument mismatch in calls to pow()

This commit is contained in:
Martin Kroeker
2022-09-14 11:48:36 +02:00
committed by GitHub
parent 8273ab6ee3
commit 515cf26929
22 changed files with 50 additions and 50 deletions

View File

@@ -824,7 +824,7 @@ f"> */
ll = 1;
} else {
i__1 = lvl - 1;
lf = pow_ii(&c__2, &i__1);
lf = pow_ii(c__2, i__1);
ll = (lf << 1) - 1;
}
i__1 = ll;