From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HbSZM-00064S-Cu for qemu-devel@nongnu.org; Tue, 10 Apr 2007 22:28:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HbSZL-00064B-RL for qemu-devel@nongnu.org; Tue, 10 Apr 2007 22:28:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbSZL-000648-M5 for qemu-devel@nongnu.org; Tue, 10 Apr 2007 22:28:23 -0400 Received: from savannah.gnu.org ([199.232.41.3] helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HbSVL-0003Wd-Co for qemu-devel@nongnu.org; Tue, 10 Apr 2007 22:24:15 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69] helo=cvs) by sv.gnu.org with esmtp (Exim 4.50) id 1HbSVK-0000QE-LD for qemu-devel@nongnu.org; Wed, 11 Apr 2007 02:24:14 +0000 Received: from ths by cvs with local (Exim 4.50) id 1HbSVK-0000QA-BM for qemu-devel@nongnu.org; Wed, 11 Apr 2007 02:24:14 +0000 Message-Id: From: Thiemo Seufer Date: Wed, 11 Apr 2007 02:24:14 +0000 Subject: [Qemu-devel] qemu/target-mips mips-defs.h translate.c 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 CVSROOT: /sources/qemu Module name: qemu Changes by: Thiemo Seufer 07/04/11 02:24:14 Modified files: target-mips : mips-defs.h translate.c Log message: Throw RI for invalid MFMC0-class instructions. Introduce optional MIPS_STRICT_STANDARD define to adhere more to the spec than it makes sense in normal operation. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/mips-defs.h?cvsroot=qemu&r1=1.10&r2=1.11 http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/translate.c?cvsroot=qemu&r1=1.59&r2=1.60