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

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

Re: [avr-libc-dev] "cli" and "sei" should clobber memory


From: Eric Weddington
Subject: Re: [avr-libc-dev] "cli" and "sei" should clobber memory
Date: Mon, 12 Dec 2005 14:47:08 -0700
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Paulo Marques wrote:

<snip>
Changing the "sei" and "cli" definitions in avr/interrupt.h to:

# define sei()  __asm__ __volatile__ ("sei" ::: "memory")

# define cli()  __asm__ __volatile__ ("cli" ::: "memory")

<snip>

Should I submit this as a patch? Where to?


You're at the right place. Submit a bug report in the avr-libc project bug tracker, and attach the patch to the bug report. That way this issue won't be forgotten.

--
Eric Weddington




reply via email to

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