Closed
Bug 871723
Opened 12 years ago
Closed 12 years ago
x86 assembler spew errors
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: sunfish, Unassigned)
Details
Attachments
(1 file)
|
2.83 KB,
patch
|
sstangl
:
review+
|
Details | Diff | Splinter Review |
cvtss2sd and cvtsd2ss are printed with 'ss' and 'sd' changed to 'ps' and 'pd', movzbl is printed with the source operand as a 32-bit register, and cmpq_im isn't printed yet.
| Reporter | ||
Comment 1•12 years ago
|
||
Attachment #748970 -
Flags: review?(sstangl)
Updated•12 years ago
|
Attachment #748970 -
Flags: review?(sstangl) → review+
Updated•12 years ago
|
Keywords: checkin-needed
Comment 2•12 years ago
|
||
Keywords: checkin-needed
Comment 3•12 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•