Closed
Bug 1146223
Opened 10 years ago
Closed 10 years ago
IonMonkey: MIPS: Fix build failure caused by typo in MacroAssembler
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla39
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: hev, Assigned: hev)
Details
Attachments
(1 file)
1.23 KB,
patch
|
bbouvier
:
review+
|
Details | Diff | Splinter Review |
IonMonkey for MIPS build failed after SIMD changes, because a typo in MacroAssembler: storeFloat32x -> storeFloat32x3.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8581419 -
Flags: review?(bhackett1024)
Comment 2•10 years ago
|
||
Comment on attachment 8581419 [details] [diff] [review]
IonMonkey-MIPS-Fix-a-typo-in-storeFloat32x3.patch
Review of attachment 8581419 [details] [diff] [review]:
-----------------------------------------------------------------
My bad, thanks for fixing!
Attachment #8581419 -
Flags: review?(bhackett1024) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 3•10 years ago
|
||
Assignee: nobody → r
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in
before you can comment on or make changes to this bug.
Description
•