mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-28 01:41:20 +00:00
Fix macOS build for clang 17
This commit is contained in:
parent
4c2a451b9c
commit
24a20b194f
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@
|
||||||
__asm__("multu %2,%3\n\t" \
|
__asm__("multu %2,%3\n\t" \
|
||||||
"mflo %0\n\t" \
|
"mflo %0\n\t" \
|
||||||
"mfhi %1" \
|
"mfhi %1" \
|
||||||
: "=d"(w0), "=d"(w1) \
|
: "=r"(w0), "=r"(w1) \
|
||||||
: "d"((USItype)(u)), "d"((USItype)(v)))
|
: "r"((USItype)(u)), "r"((USItype)(v)))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define udiv_qrnnd(q, r, n1, n0, d) \
|
#define udiv_qrnnd(q, r, n1, n0, d) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue