From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4912EE34.1020109@domain.hid> Date: Thu, 06 Nov 2008 14:16:36 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <442698.30595.qm@domain.hid> In-Reply-To: <442698.30595.qm@domain.hid> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] the exception saga - system hangs List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gabriele Moabiti Cc: Xenomai help Gabriele Moabiti wrote: > __asm__ __volatile__("nop; movl %dr7, %eax;nop"); This piece of inline assembly is incorrect, you should mark as output register the registers you clobber. -- Gilles.