newlib-cygwin/newlib/libc/machine/w65/umodhi3.S
Mike Frysinger 0a7bf8fc4c remove +x bit on source files
These should never be marked executable as they have no shebang and
are pure source files.
2022-12-21 22:38:57 -05:00

7 lines
65 B
ArmAsm

.global ___umodhi3
___umodhi3:
jsr >___udivhi3
stx <r0
rtl