Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 296253 Details for
Bug 433780
Compilation error in runtime/regs.c
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
makes errno.stp work with kernels with unified 32-bit and 64-bit reg names
unierrno.diff (text/plain), 648 bytes, created by
William Cohen
on 2008-02-28 20:25:50 UTC
(
hide
)
Description:
makes errno.stp work with kernels with unified 32-bit and 64-bit reg names
Filename:
MIME Type:
Creator:
William Cohen
Created:
2008-02-28 20:25:50 UTC
Size:
648 bytes
patch
obsolete
>Index: tapset/errno.stp >=================================================================== >RCS file: /cvs/systemtap/src/tapset/errno.stp,v >retrieving revision 1.12 >diff -u -r1.12 errno.stp >--- tapset/errno.stp 16 Aug 2007 09:11:20 -0000 1.12 >+++ tapset/errno.stp 28 Feb 2008 20:16:41 -0000 >@@ -358,7 +358,9 @@ > /* XXX: unfortunate duplication with return.stp:retval() */ > > if (CONTEXT->regs) { >-#if defined (__i386__) >+#if defined (STAPCONF_X86_UNIREGS) && (defined (__x86_64__) || defined (__i386__)) >+ ret = CONTEXT->regs->ax; >+#elif defined (__i386__) > ret = CONTEXT->regs->eax; > #elif defined (__x86_64__) > ret = CONTEXT->regs->rax;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 433780
:
295619
|
295708
| 296253