Closed Bug 1180013 Opened 9 years ago Closed 9 years ago

ARM64: Fix irregexp

Categories

(Core :: JavaScript Engine: JIT, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla42
Tracking Status
firefox42 --- fixed

People

(Reporter: sstangl, Assigned: sstangl)

References

Details

Attachments

(1 file)

Fixes a stupid typo. The current code emits "mov x28, x28"; the fix emits "mov x28, sp".

Fixes a whole heap of tests, since everything that touches regexps is broken currently.
Attachment #8629115 - Flags: review?(efaustbmo)
Assignee: nobody → sstangl
Comment on attachment 8629115 [details] [diff] [review]
0001-Fix-irregexp-on-ARM64.-r.patch

Review of attachment 8629115 [details] [diff] [review]:
-----------------------------------------------------------------

Yup.
Attachment #8629115 - Flags: review?(efaustbmo) → review+
https://hg.mozilla.org/mozilla-central/rev/007f1cea86fb
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: