Closed
Bug 694533
Opened 13 years ago
Closed 13 years ago
LDRH/STRH/LDRSB/STRSB are supported on ARMv5-
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: glandium, Assigned: glandium)
Details
(Whiteboard: [inbound])
Attachments
(1 file)
3.91 KB,
patch
|
jbramley
:
review+
|
Details | Diff | Splinter Review |
JS engine fails to build on ARMv4T target because of LDRH, STRH and DTRH being only defined if WTF_ARM_ARCH_VERSION >= 5, but being used unconditionally. It turns out the instructions are supported on all versions.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #567052 -
Flags: review?(Jacob.Bramley)
Updated•13 years ago
|
Attachment #567052 -
Flags: review?(Jacob.Bramley) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Whiteboard: [inbound]
Comment 3•13 years ago
|
||
Assignee: general → mh+mozilla
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
You need to log in
before you can comment on or make changes to this bug.
Description
•