mescc: Mes C Library: div: Avoid __raise for TinyCC.

* lib/mes/div.c (__raise)[__TINYC__]: New macro.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2020-11-22 21:01:21 +01:00
parent 0727fd39cc
commit cb79d8ffb1
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ struct ldiv_t
int __raise (int);
#if __TINYC__
#define __raise(x) -1
#endif
void
__mesabi_div0 (void)
{