Changeset 165213 in webkit


Ignore:
Timestamp:
Mar 6, 2014 1:56:15 PM (10 years ago)
Author:
mark.lam@apple.com
Message:

REGRESSION(r165205): broke the CLOOP build (Requested by smfr on #webkit).
<https://webkit.org/b/129813>

Reviewed by Michael Saboff.

Fixed broken C loop LLINT build.

  • llint/LowLevelInterpreter.cpp:

(JSC::CLoop::execute):

  • offlineasm/cloop.rb:
Location:
trunk/Source/JavaScriptCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r165208 r165213  
     12014-03-06  Mark Lam  <mark.lam@apple.com>
     2
     3        REGRESSION(r165205): broke the CLOOP build (Requested by smfr on #webkit).
     4        <https://webkit.org/b/129813>
     5
     6        Reviewed by Michael Saboff.
     7
     8        Fixed broken C loop LLINT build.
     9
     10        * llint/LowLevelInterpreter.cpp:
     11        (JSC::CLoop::execute):
     12        * offlineasm/cloop.rb:
     13
    1142014-03-03  Oliver Hunt  <oliver@apple.com>
    215
  • trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp

    r164164 r165213  
    326326    // 3. 64 bit result values will be in t0.
    327327
    328     CLoopRegister t0, t1, t2, t3, t5, sp, cfr, lr, pc;
     328    CLoopRegister t0, t1, t2, t3, t5, t7, sp, cfr, lr, pc;
    329329#if USE(JSVALUE64)
    330330    CLoopRegister pcBase, tagTypeNumber, tagMask;
  • trunk/Source/JavaScriptCore/offlineasm/cloop.rb

    r163345 r165213  
    8585        when "t6"
    8686            "pcBase"
     87        when "t7"
     88            "t7"
    8789        when "csr1"
    8890            "tagTypeNumber"
Note: See TracChangeset for help on using the changeset viewer.