Closed
Bug 1975983
Opened 2 months ago
Closed 2 months ago
Architecture-riscv64: Wrong name for register fs1 in FloatRegisters::GetName
Categories
(Core :: JavaScript Engine: JIT, defect, P4)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
142 Branch
Tracking | Status | |
---|---|---|
firefox142 | --- | fixed |
People
(Reporter: csmantle, Assigned: csmantle)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The register fs1
is incorrectly typed as fs2
. See:
Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → webmaster
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Updated•2 months ago
|
Summary: Architecture-riscv64: wrong name for register fs1 in FloatRegisters::GetName → Architecture-riscv64: Wrong name for register fs1 in FloatRegisters::GetName
Pushed by jdemooij@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/30be06839c13
https://hg.mozilla.org/integration/autoland/rev/ade0e62d3ed9
[riscv64] Fix typo in FloatRegisters::GetName: fs2 -> fs1. r=anba,jandem
Updated•2 months ago
|
Comment 3•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c143/b142]
You need to log in
before you can comment on or make changes to this bug.
Description
•