Ignore:
Timestamp:
Jan 29, 2014, 11:40:00 AM (11 years ago)
Author:
Beth Dakin
Message:

Build fix.

  • bytecode/ProfiledCodeBlockJettisoningWatchpoint.cpp:
  • llint/LowLevelInterpreter.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp

    r163027 r163031  
    512512    ".thumb_func " THUMB_FUNC_PARAM(label) "\n"  \
    513513    SYMBOL_STRING(label) ":\n"
    514 #elif CPU(X86_64) && COMPILER(CLANG)
     514#elif CPU(XXX86_64) && COMPILER(CLANG)
    515515#define OFFLINE_ASM_GLOBAL_LABEL(label)         \
    516516    ".text\n"                                   \
Note: See TracChangeset for help on using the changeset viewer.