Changeset 160869 in webkit


Ignore:
Timestamp:
Dec 19, 2013 4:09:35 PM (10 years ago)
Author:
mark.lam@apple.com
Message:

Fix broken C loop LLINT build.
https://bugs.webkit.org/show_bug.cgi?id=126024.

Reviewed by Oliver Hunt.

  • runtime/VM.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r160822 r160869  
     12013-12-19  Mark Lam  <mark.lam@apple.com>
     2
     3        Fix broken C loop LLINT build.
     4        https://bugs.webkit.org/show_bug.cgi?id=126024.
     5
     6        Reviewed by Oliver Hunt.
     7
     8        * runtime/VM.h:
     9
    1102013-12-18  Mark Hahnenberg  <mhahnenberg@apple.com>
    211
  • trunk/Source/JavaScriptCore/runtime/VM.h

    r160796 r160869  
    389389        const ClassInfo* const jsFinalObjectClassInfo;
    390390
     391#if ENABLE(JIT)
    391392        void* writeBarrierRegisterBuffer[GPRInfo::numberOfRegisters];
     393#endif
    392394
    393395        ReturnAddressPtr exceptionLocation;
Note: See TracChangeset for help on using the changeset viewer.