Bug 152841 - [mips] Replaced subi with addi in getHostCallReturnValue
Summary: [mips] Replaced subi with addi in getHostCallReturnValue
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-07 11:30 PST by Konstantin Tokarev
Modified: 2016-01-07 12:44 PST (History)
6 users (show)

See Also:


Attachments
Patch (1.39 KB, patch)
2016-01-07 11:32 PST, Konstantin Tokarev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Tokarev 2016-01-07 11:30:44 PST
MIPS architecture does not have subi instruction, addi with negative number should be used instead.
Comment 1 Konstantin Tokarev 2016-01-07 11:32:59 PST
Created attachment 268470 [details]
Patch
Comment 2 Michael Saboff 2016-01-07 11:53:50 PST
Comment on attachment 268470 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2016-01-07 12:43:57 PST
Comment on attachment 268470 [details]
Patch

Clearing flags on attachment: 268470

Committed r194712: <http://trac.webkit.org/changeset/194712>
Comment 4 WebKit Commit Bot 2016-01-07 12:44:00 PST
All reviewed patches have been landed.  Closing bug.