From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24872 invoked by alias); 22 Jul 2004 01:49:13 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 24853 invoked from network); 22 Jul 2004 01:49:12 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 22 Jul 2004 01:49:12 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i6M1nCe1027900 for ; Wed, 21 Jul 2004 21:49:12 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i6M1nCa00716 for ; Wed, 21 Jul 2004 21:49:12 -0400 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i6M1nC916240 for ; Wed, 21 Jul 2004 21:49:12 -0400 Received: from greed.delorie.com (localhost [127.0.0.1]) by greed.delorie.com (8.12.11/8.12.10) with ESMTP id i6M1nBw4009080; Wed, 21 Jul 2004 21:49:11 -0400 Received: (from dj@localhost) by greed.delorie.com (8.12.11/8.12.11/Submit) id i6M1nBpV009076; Wed, 21 Jul 2004 21:49:11 -0400 Date: Thu, 22 Jul 2004 01:49:00 -0000 Message-Id: <200407220149.i6M1nBpV009076@greed.delorie.com> From: DJ Delorie To: sid@sources.redhat.com Subject: [patch] xstormy16 movhmemgr X-SW-Source: 2004-q3/txt/msg00010.txt.bz2 I'm applying this rather obvious fix. * cpu/xstormy16.cpu (movhmemgr): Use hmem8, not lmem8. * xstormy16-decode.cxx: Regenerate. * xstormy16-sem.cxx: Regenerate. * xstormy16-write.cxx: Regenerate. Index: cpu/xstormy16.cpu =================================================================== RCS file: /cvs/src/src/cgen/cpu/xstormy16.cpu,v retrieving revision 1.11 diff -p -C2 -r1.11 xstormy16.cpu *** cpu/xstormy16.cpu 10 Jun 2003 21:22:04 -0000 1.11 --- cpu/xstormy16.cpu 22 Jul 2004 01:46:44 -0000 *************** *** 575,580 **** (+ OP1_B Rm ws2 hmem8) (if ws2 ! (set-mem-psw (mem HI (and lmem8 #xFFFE)) Rm ws2) ! (set-mem-psw (mem QI lmem8) Rm ws2)) () ) --- 575,580 ---- (+ OP1_B Rm ws2 hmem8) (if ws2 ! (set-mem-psw (mem HI (and hmem8 #xFFFE)) Rm ws2) ! (set-mem-psw (mem QI hmem8) Rm ws2)) () )