Closed
Bug 1147782
Opened 10 years ago
Closed 10 years ago
IonMonkey: MIPS: Fix build failure caused by recent changes (visitGuardReceiverPolymorphic)
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1147424
People
(Reporter: hev, Unassigned)
Details
Attachments
(1 file)
|
1.01 KB,
patch
|
rankov
:
review-
|
Details | Diff | Splinter Review |
In file included from /home/heiher/git/loongson/gecko-dev/js/src/jit/CodeGenerator.h:22:0,
from /home/heiher/git/loongson/gecko-dev/js/src/jit/CodeGenerator.cpp:7,
from /home/heiher/git/loongson/gecko-dev/js/src/mips/js/src/Unified_cpp_js_src3.cpp:110:
/home/heiher/git/loongson/gecko-dev/js/src/jit/mips/CodeGenerator-mips.h: In instantiation of ‘void js::jit::CodeGeneratorMIPS::bailoutC
mp32(js::jit::Assembler::Condition, T1, T2, js::jit::LSnapshot*) [with T1 = js::jit::Address; T2 = js::jit::ImmWord]’:
/home/heiher/git/loongson/gecko-dev/js/src/jit/mips/CodeGenerator-mips.h:87:9: required from ‘void js::jit::CodeGeneratorMIPS::bailout
CmpPtr(js::jit::Assembler::Condition, T1, T2, js::jit::LSnapshot*) [with T1 = js::jit::Address; T2 = js::jit::ImmWord]’
/home/heiher/git/loongson/gecko-dev/js/src/jit/CodeGenerator.cpp:2569:50: required from here
/home/heiher/git/loongson/gecko-dev/js/src/jit/mips/CodeGenerator-mips.h:66:9: error: no matching function for call to ‘js::jit::MacroAs
sembler::ma_b(js::jit::Address&, js::jit::ImmWord&, js::jit::Label*, js::jit::Assembler::Condition, js::jit::JumpKind)’
masm.ma_b(lhs, rhs, &skip, Assembler::InvertCondition(c), ShortJump);
| Reporter | ||
Comment 1•10 years ago
|
||
Attachment #8583702 -
Flags: review?(branislav.rankov)
Comment 2•10 years ago
|
||
Comment on attachment 8583702 [details] [diff] [review]
IonMonkey-MIPS-Fix-Fix-build-failure-caused-by-recen.patch
Review of attachment 8583702 [details] [diff] [review]:
-----------------------------------------------------------------
I have already reviewed a patch for this bug from Aleksandar Zlicic in bug 1147424
Attachment #8583702 -
Flags: review?(branislav.rankov) → review-
Comment 3•10 years ago
|
||
Aleksandar, Heiher,
Can you please synchronize next time with issues like this so that we can avoid duplicating work.
Just add the bug once you start working on it, CC interested parties and assign it to yourself.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•