Closed
Bug 1352955
Opened 8 years ago
Closed 8 years ago
RFP_sig is undefined on Linux/aarch64
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
Attachments
(1 file)
1.01 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
After landing bug 1338217, all cpu requires RFP_sig, but aarch64 doesn't define RFP_sig.
Accouding to aarch64 document (http://infocenter.arm.com/help/topic/com.arm.doc.ihi0055b/IHI0055B_aapcs64.pdf), r29 (x29) is frame pointer.
Assignee | ||
Comment 1•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Attachment #8853896 -
Flags: review?(luke)
Comment 2•8 years ago
|
||
Comment on attachment 8853896 [details] [diff] [review]
RFP_sig is undefined on Linux/aarch64.
Oops, sorry!
Attachment #8853896 -
Flags: review?(luke) → review+
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/mozilla-inbound/rev/db9bc60160a5
RFP_sig is undefined on Linux/aarch64. r=luke
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•