From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYstY-0002hZ-O8 for qemu-devel@nongnu.org; Wed, 26 Apr 2006 18:54:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYstW-0002hN-7P for qemu-devel@nongnu.org; Wed, 26 Apr 2006 18:54:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYstW-0002hK-0t for qemu-devel@nongnu.org; Wed, 26 Apr 2006 18:54:02 -0400 Received: from [193.7.176.20] (helo=bender.bawue.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1FYswI-0003aT-42 for qemu-devel@nongnu.org; Wed, 26 Apr 2006 18:56:54 -0400 Received: from lagash (88-106-136-76.dynamic.dsl.as9105.com [88.106.136.76]) (using TLSv1 with cipher DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by bender.bawue.de (Postfix) with ESMTP id D6CF344E7A for ; Thu, 27 Apr 2006 00:53:57 +0200 (MEST) Received: from ths by lagash with local (Exim 4.61) (envelope-from ) id 1FYstC-00064s-VT for qemu-devel@nongnu.org; Wed, 26 Apr 2006 23:53:42 +0100 Date: Wed, 26 Apr 2006 23:53:42 +0100 Subject: Re: [Qemu-devel] [PATCH][MIPS] Enforce aligned pc Message-ID: <20060426225342.GA4579@networkno.de> References: <444FEF3E.2080107@bellard.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <444FEF3E.2080107@bellard.org> From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Fabrice Bellard wrote: > Is it possible that the pc gets unaligned ? Yes, e.g. due to stack corruption which overwrites the return address. Thiemo