mirror of
https://github.com/drasko/codezero.git
synced 2026-01-24 16:53:14 +01:00
12 lines
139 B
C
12 lines
139 B
C
|
|
|
|
/* Dummies to keep Codesourcery 4.1.1 libgcc division exceptions silent. */
|
|
void raise(void)
|
|
{
|
|
}
|
|
|
|
void __aeabi_unwind_cpp_pr0(void)
|
|
{
|
|
}
|
|
|