www.delorie.com/archives/browse.cgi   search  
Mail Archives: pgcc/2000/02/06/16:48:39

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 <w DOT formann AT netsurf213 DOT neuss DOT netsurf DOT de>
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
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019