aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libgcc/__divmoddi4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgcc/__divmoddi4.c b/src/libgcc/__divmoddi4.c
index 95e328d..c00acb5 100644
--- a/src/libgcc/__divmoddi4.c
+++ b/src/libgcc/__divmoddi4.c
@@ -1,6 +1,6 @@
#include "libgcc.h"
-__libgcc int64_t __divmoddi4(int64_t num, int64_t den, int64 *rem_p)
+__libgcc int64_t __divmoddi4(int64_t num, int64_t den, int64_t *rem_p)
{
int minus = 0;
int64_t v;