Closed Bug 1204207 Opened 9 years ago Closed 9 years ago

ARM64: Missing 2nd argument of jumpWithPatch in backedgeJump in MacroAssembler-arm64.h.

Categories

(Core :: JavaScript Engine: JIT, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1203287
Tracking Status
firefox43 --- affected

People

(Reporter: arai, Assigned: arai)

Details

Attachments

(1 file)

https://dxr.mozilla.org/mozilla-central/rev/19f806034f67e8fc84b352db10f1a21ab982670f/js/src/jit/arm64/MacroAssembler-arm64.h#1667
>    CodeOffsetJump backedgeJump(RepatchLabel* label, Label* documentation = nullptr) {
>        return jumpWithPatch(label, documentation);
>    }

It needs "Always" as 2nd argument.
Just added "Always".  Passed build locally with arm64 simulator.
Assignee: nobody → arai.unmht
Attachment #8660271 - Flags: review?(nicolas.b.pierron)
Attachment #8660271 - Flags: review?(nicolas.b.pierron)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Summary: ARM6: Missing 2nd argument of jumpWithPatch in backedgeJump in MacroAssembler-arm64.h. → ARM64: Missing 2nd argument of jumpWithPatch in backedgeJump in MacroAssembler-arm64.h.
Attachment #8660271 - Flags: review+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: