Sender: wolfi AT netsurf213 DOT neuss DOT netsurf DOT de Message-ID: <389DE7EB.C2C57AFB@neuss.netsurf.de> Date: Sun, 06 Feb 2000 22:30:19 +0100 From: Wolfgang Formann X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.2.8 i586) X-Accept-Language: German, de, en MIME-Version: 1.0 To: pgcc AT delorie DOT com Subject: Minor Bug with mmx Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: pgcc AT delorie DOT com File: config/i386/i386.c around line 5650 change from if (MMX_REG_P (operands [0])) { output_asm_insn (AS2 (pslld,%2,%0), operands); return; } to if (MMX_REG_P (operands [0])) { return AS2 (pslld,%2,%0); } -- Wolfgang Formann