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

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

Re: [avr-libc-dev] [bug #19050] gcrt1.S should call main rather thanjump


From: Alexey Boyko
Subject: Re: [avr-libc-dev] [bug #19050] gcrt1.S should call main rather thanjumping to it
Date: Wed, 14 Feb 2007 14:19:50 +0200
User-agent: KMail/1.9.3

may be (noreturn) saves us ?

int main() __attribute__ ((noreturn))
int main()
{
  // some code
  while(1);
}




reply via email to

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