Closed
Bug 1001963
Opened 12 years ago
Closed 10 years ago
Failed to build Firefox on MIPS, 'GetIonScript' is not a member of 'js::jit'
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: vicamo, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #988619 +++
Bug 988619 fails builds on mips*-* because it doesn't have ION enabled, but "js/src/jsinfer.cpp" TypeZone::sweep() references "jit::GetIonScript(...)" anyway.
js/src/jsinfer.cpp: In member function 'void js::types::TypeZone::sweep(js::FreeOp*, bool, bool*)':
js/src/jsinfer.cpp:4368:21: error: 'GetIonScript' is not a member of 'js::jit'
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•