From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYsBi-0000AK-Dc for qemu-devel@nongnu.org; Wed, 26 Apr 2006 18:08:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYsBh-0000A0-QL for qemu-devel@nongnu.org; Wed, 26 Apr 2006 18:08:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYsBh-00009r-Jb for qemu-devel@nongnu.org; Wed, 26 Apr 2006 18:08:45 -0400 Received: from [84.96.92.55] (helo=smtP.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FYsET-0008HO-Iu for qemu-devel@nongnu.org; Wed, 26 Apr 2006 18:11:37 -0400 Received: from [86.73.70.201] by sp604004mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0IYC00789O6KZXF0@sp604004mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Thu, 27 Apr 2006 00:08:44 +0200 (CEST) Date: Thu, 27 Apr 2006 00:07:58 +0200 From: Fabrice Bellard Subject: Re: [Qemu-devel] [PATCH][MIPS] Enforce aligned pc In-reply-to: Message-id: <444FEF3E.2080107@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: 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 Is it possible that the pc gets unaligned ? Fabrice. Marius Groeger wrote: > Hi, > > this patch makes qemu throw an exception when the PC is not aligned to a > word boundary.