Changeset 14515 in webkit for trunk/JavaScriptCore/wtf/Platform.h


Ignore:
Timestamp:
May 22, 2006, 11:20:15 AM (19 years ago)
Author:
thatcher
Message:

Reviewed by Eric, Kevin and Geoff.

Merge open source build fixes. <rdar://problem/4555500>

  • kjs/collector.cpp: look at the rsp register in x86_64 (KJS::Collector::markOtherThreadConservatively):
  • wtf/Platform.h: add x86_64 to the platform list
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Platform.h

    r14004 r14515  
    113113#endif
    114114
     115// PLATFORM(X86_64)
     116#if   defined(__x86_64__) \
     117   || defined(__ia64__)
     118#define KXMLCORE_PLATFORM_X86_64 1
     119#endif
     120
    115121// Compiler
    116122
Note: See TracChangeset for help on using the changeset viewer.