avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] What about to make abort() a normal function?


From: Dmitry K.
Subject: [avr-libc-dev] What about to make abort() a normal function?
Date: Mon, 17 Dec 2007 08:58:00 +1000
User-agent: KMail/1.5

Hi.

Now the abort() is declared as inline function (which
makes infinite loop). Such declaration does not give
a possibility to the user to link the program with the
own version of abort() function.

What about to declare the abort() as a normal extern
function?  The library realization will as: load 1 to
r24:r25 and jmp to exit().

Dmitry.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]