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 628051 Details for
Bug 866793
Regression vex amd64->IR: unhandled instruction bytes: 0xF0 0xF 0xC0 0x10 0x84 0xD2 0xF 0x95 (lock xaddb)
[?]
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]
valgrind-xaddb.patch
valgrind-xaddb.patch (text/plain), 1.06 KB, created by
Jakub Jelinek
on 2012-10-16 09:09:34 UTC
(
hide
)
Description:
valgrind-xaddb.patch
Filename:
MIME Type:
Creator:
Jakub Jelinek
Created:
2012-10-16 09:09:34 UTC
Size:
1.06 KB
patch
obsolete
>--- VEX/priv/guest_amd64_toIR.c.jj 2012-10-16 09:53:54.000000000 +0200 >+++ VEX/priv/guest_amd64_toIR.c 2012-10-16 11:06:26.007515653 +0200 >@@ -20117,6 +20117,14 @@ Long dis_ESC_0F ( > delta = dis_movx_E_G ( vbi, pfx, delta, 2, sz, True ); > return delta; > >+ case 0xC0: { /* XADD Gb,Eb */ >+ Bool decode_OK = False; >+ delta = dis_xadd_G_E ( &decode_OK, vbi, pfx, 1, delta ); >+ if (!decode_OK) >+ goto decode_failure; >+ return delta; >+ } >+ > case 0xC1: { /* XADD Gv,Ev */ > Bool decode_OK = False; > delta = dis_xadd_G_E ( &decode_OK, vbi, pfx, sz, delta ); >@@ -26992,14 +27000,6 @@ DisResult disInstr_AMD64_WRK ( > > /* =-=-=-=-=-=-=-=-=- XADD -=-=-=-=-=-=-=-=-=-= */ > >- case 0xC0: { /* XADD Gb,Eb */ >- Bool decode_OK = False; >- delta = dis_xadd_G_E ( &decode_OK, vbi, pfx, 1, delta ); >- if (!decode_OK) >- goto decode_failure; >- break; >- } >- > /* =-=-=-=-=-=-=-=-=- SGDT and SIDT =-=-=-=-=-=-=-=-=-=-= */ > > /* =-=-=-=-=-=-=-=-=- unimp2 =-=-=-=-=-=-=-=-=-=-= */
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 866793
: 628051