This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/10602] REG_IP() used as lvalue fails on s390x, probably ia64


------- 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]