WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
151855
[AArch64] Typo fix after
r189575
https://bugs.webkit.org/show_bug.cgi?id=151855
Summary
[AArch64] Typo fix after r189575
Csaba Osztrogonác
Reported
2015-12-04 03:17:25 PST
There is a typo introduced in
http://trac.webkit.org/changeset/189575/trunk/Source/JavaScriptCore/ftl/FTLUnwindInfo.cpp
case UNW_ARM64_v21 should be changed to match to other places - append(RegisterAtOffset(ARM64Registers::q21, prolog.savedRegisters[i].offset + prolog.cfaRegisterOffset)); + registerOffsets->append(RegisterAtOffset(ARM64Registers::q21, prolog.savedRegisters[i].offset + prolog.cfaRegisterOffset)); We need this to fix the FTL build on AArch64.
Attachments
Patch
(1.73 KB, patch)
2015-12-04 03:19 PST
,
Csaba Osztrogonác
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Csaba Osztrogonác
Comment 1
2015-12-04 03:19:09 PST
Created
attachment 266615
[details]
Patch
Michael Saboff
Comment 2
2015-12-04 04:14:06 PST
Comment on
attachment 266615
[details]
Patch r=me
WebKit Commit Bot
Comment 3
2015-12-04 05:01:24 PST
Comment on
attachment 266615
[details]
Patch Clearing flags on attachment: 266615 Committed
r193414
: <
http://trac.webkit.org/changeset/193414
>
WebKit Commit Bot
Comment 4
2015-12-04 05:01:33 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug