TAKE OFF THE BLINDFOLDS

This commit is contained in:
username
2025-02-17 23:32:41 -05:00
parent d22a8f3f54
commit 063ce1c09f
4 changed files with 52 additions and 47 deletions

View File

@@ -709,7 +709,7 @@ __moddi3 (DItype u, DItype v)
if (vv.s.high < 0)
vv.ll = __negdi2 (vv.ll);
(void) __udivmoddi4 (uu.ll, vv.ll, &w);
(void) __udivmoddi4 (uu.ll, vv.ll, (UDItype *)&w);
if (c)
w = __negdi2 (w);