Bug 152841

Summary: [mips] Replaced subi with addi in getHostCallReturnValue
Product: WebKit Reporter: Konstantin Tokarev <annulen>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, jbriance, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.