Commit 25d5a072 by Richard Kenner

(MOD[SD]I_LIBCALL): Call ots$rem, not ots$mod.

From-SVN: r13945
parent 9398dc27
......@@ -371,7 +371,7 @@ void *function_arg ();
#define DIVDI3_LIBCALL "ots$div_l"
#define UDIVSI3_LIBCALL "ots$div_ui"
#define UDIVDI3_LIBCALL "ots$div_ul"
#define MODSI3_LIBCALL "ots$mod_i"
#define MODDI3_LIBCALL "ots$mod_l"
#define MODSI3_LIBCALL "ots$rem_i"
#define MODDI3_LIBCALL "ots$rem_l"
#define UMODSI3_LIBCALL "ots$rem_ui"
#define UMODDI3_LIBCALL "ots$rem_ul"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment