Closed
Bug 1752080
Opened 1 year ago
Closed 1 year ago
[mips] AtomicOperations-mips-shared.h:64:40: error: out-of-line definition of 'Initialize' does not match any declaration in 'js::jit::AtomicOperations'
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox96 | --- | unaffected |
firefox97 | --- | unaffected |
firefox98 | --- | fixed |
People
(Reporter: glandium, Assigned: zhaojiazhong-hf)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
In file included from /builds/worker/checkouts/gecko/js/src/ctypes/CTypes.cpp:42:
In file included from /builds/worker/checkouts/gecko/js/src/jit/AtomicOperations.h:347:
/builds/worker/checkouts/gecko/js/src/jit/mips-shared/AtomicOperations-mips-shared.h:64:40: error: out-of-line definition of 'Initialize' does not match any declaration in 'js::jit::AtomicOperations'
inline bool js::jit::AtomicOperations::Initialize() {
^~~~~~~~~~
/builds/worker/checkouts/gecko/js/src/jit/mips-shared/AtomicOperations-mips-shared.h:69:40: error: out-of-line definition of 'ShutDown' does not match any declaration in 'js::jit::AtomicOperations'
inline void js::jit::AtomicOperations::ShutDown() {
^~~~~~~~
2 errors generated.
Assignee | ||
Comment 1•1 year ago
|
||
These two functions have been deleted by D135984.
Updated•1 year ago
|
Assignee: nobody → zhaojiazhong-hf
Status: NEW → ASSIGNED
Pushed by jdemooij@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/eb1e89614763 [MIPS] Remove definitions of AtomicOperations::{Initialize,ShutDown}. r=jandem
Updated•1 year ago
|
Keywords: regression
Comment 3•1 year ago
|
||
Set release status flags based on info from the regressing bug 1749665
status-firefox96:
--- → unaffected
status-firefox97:
--- → unaffected
status-firefox98:
--- → affected
status-firefox-esr91:
--- → unaffected
Updated•1 year ago
|
Has Regression Range: --- → yes
Comment 4•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•