Closed
Bug 962090
Opened 12 years ago
Closed 12 years ago
Fix ARM VMFunction wrappers to only test the low byte for bools
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
|
1.03 KB,
patch
|
nbp
:
review+
|
Details | Diff | Splinter Review |
This is what we do on other platforms, and fixes problems with bug 959597 on Linux/GCC with --enable-optimize.
It's possible this could also break on real hardware with other compilers/versions.
Attachment #8362973 -
Flags: review?(nicolas.b.pierron)
Updated•12 years ago
|
Attachment #8362973 -
Flags: review?(nicolas.b.pierron) → review+
| Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•