Commit 47625d72 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

check-error: commented out intrinsic long division error handlers, we have…

check-error: commented out intrinsic long division error handlers, we have sufficient memory on eRTM15
parent a4a6d2eb
......@@ -35,7 +35,7 @@ int mprintf(const char *fmt, ...)
__please_call_pp_printf_not_mprintf();
return 0;
}
#if 0
#ifdef CONFIG_PPSI /* with ppsi we can avoid libgcc code for division */
/* was used twice in picos_to_ts */
long long __moddi3 (long long A, long long B)
......@@ -58,3 +58,4 @@ long long __divdi3 (long long A, long long B)
return 0;
}
#endif /* config_ppsi */
#endif
\ No newline at end of file
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