Bug 121962 - [sh4] JSValue* exception is unused since r70703 in JITStackFrame
Summary: [sh4] JSValue* exception is unused since r70703 in JITStackFrame
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-26 10:02 PDT by Julien Brianceau
Modified: 2013-09-26 11:08 PDT (History)
4 users (show)

See Also:


Attachments
JSValue* exception is unused since r70703 in sh4 JITStackFrame (1.30 KB, patch)
2013-09-26 10:12 PDT, Julien Brianceau
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Brianceau 2013-09-26 10:02:55 PDT
Since r70703, the JSValue* exception parameter is a void* unused value in ctiTrampoline function prototype.

This is a cosmetic change, but it could avoid people reading sh4 part to waste time to understand why there is a JSValue* here.
Comment 1 Julien Brianceau 2013-09-26 10:12:40 PDT
Created attachment 212721 [details]
JSValue* exception is unused since r70703 in sh4 JITStackFrame
Comment 2 WebKit Commit Bot 2013-09-26 11:08:24 PDT
Comment on attachment 212721 [details]
JSValue* exception is unused since r70703 in sh4 JITStackFrame

Clearing flags on attachment: 212721

Committed r156477: <http://trac.webkit.org/changeset/156477>
Comment 3 WebKit Commit Bot 2013-09-26 11:08:27 PDT
All reviewed patches have been landed.  Closing bug.