Changeset 43440 in webkit for trunk/JavaScriptCore/wtf


Ignore:
Timestamp:
May 9, 2009, 9:01:17 AM (16 years ago)
Author:
[email protected]
Message:

2009-05-09 Sebastian Andrzej Siewior <[email protected]>

Reviewed by Gustavo Noronha.

https://bugs.webkit.org/show_bug.cgi?id=25653
PLATFORM(X86_64) inherits ia64

ia64 is defined by gcc in an IA64 arch and has completely
nothing in common with X86-64 exept both are from Intel and have
an 64bit address space. That's it. Since code seems to expect x86
here, ia64 has to go.

  • wtf/Platform.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.