From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13168 invoked by alias); 4 Sep 2009 00:34:28 -0000 Received: (qmail 13100 invoked by uid 48); 4 Sep 2009 00:33:57 -0000 Date: Fri, 04 Sep 2009 00:34:00 -0000 Message-ID: <20090904003357.13099.qmail@sourceware.org> From: "jistone at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20090903224929.10602.jkenisto@us.ibm.com> References: <20090903224929.10602.jkenisto@us.ibm.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/10602] REG_IP() used as lvalue fails on s390x, probably ia64 X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00556.txt.bz2 ------- Additional Comments From jistone at redhat dot com 2009-09-04 00:33 ------- (In reply to comment #3) > Created an attachment (id=4169) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4169&action=view) > Fixes 10602/10491 for s390x, but not ia64. For ia64, it should look something like: #define SET_REG_IP(regs, x) \ (((regs)->cr_iip = (x) & ~3UL), (ia64_psr(regs)->ri = (x) & 3UL)) -- http://sourceware.org/bugzilla/show_bug.cgi?id=10602 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.