Bug 123157 - [sh4] lastRegister(), firstFPRegister() and lastFPRegister() are missing
Summary: [sh4] lastRegister(), firstFPRegister() and lastFPRegister() are missing
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-10-22 06:08 PDT by Julien Brianceau
Modified: 2013-10-22 06:43 PDT (History)
2 users (show)

See Also:


Attachments
Add missing implementations in SH4Assembler.h (1.37 KB, patch)
2013-10-22 06:11 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-10-22 06:08:36 PDT
The following implementations are missing from SH4Assembler.h

    RegisterID lastRegister()
    FPRegisterID firstFPRegister()
    FPRegisterID lastFPRegister()
Comment 1 Julien Brianceau 2013-10-22 06:11:17 PDT
Created attachment 214848 [details]
Add missing implementations in SH4Assembler.h
Comment 2 Andreas Kling 2013-10-22 06:15:07 PDT
Comment on attachment 214848 [details]
Add missing implementations in SH4Assembler.h

rs=me
Comment 3 WebKit Commit Bot 2013-10-22 06:43:58 PDT
Comment on attachment 214848 [details]
Add missing implementations in SH4Assembler.h

Clearing flags on attachment: 214848

Committed r157789: <http://trac.webkit.org/changeset/157789>
Comment 4 WebKit Commit Bot 2013-10-22 06:43:59 PDT
All reviewed patches have been landed.  Closing bug.