You've already forked ultrasm64-2
mirror of
https://github.com/HackerN64/ultrasm64-2.git
synced 2026-01-21 10:38:08 -08:00
TAKE OFF THE BLINDFOLDS
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user