Ignore:
Timestamp:
Mar 8, 2012, 2:29:09 PM (13 years ago)
Author:
[email protected]
Message:

Build fix. One of these days I'll manage to commit something that works everywhere.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/assembler/AbstractMacroAssembler.h

    r110200 r110206  
    590590
    591591    WeakRandom m_randomSource;
    592    
     592
     593#if ENABLE(JIT_CONSTANT_BLINDING)
    593594    static bool scratchRegisterForBlinding() { return false; }
    594595    static bool shouldBlindForSpecificArch(uint32_t) { return true; }
    595596    static bool shouldBlindForSpecificArch(uint64_t) { return true; }
     597#endif
    596598
    597599    friend class LinkBuffer;
Note: See TracChangeset for help on using the changeset viewer.