RESOLVED FIXED Bug 25653
PLATFORM(X86_64) inherits ia64
https://bugs.webkit.org/show_bug.cgi?id=25653
Summary PLATFORM(X86_64) inherits ia64
Sebastian
Reported 2009-05-08 15:51:17 PDT
which is wrong because there are complete different
Attachments
fix patch (1.06 KB, patch)
2009-05-08 15:52 PDT, Sebastian
gustavo: review+
Sebastian
Comment 1 2009-05-08 15:52:50 PDT
Created attachment 30145 [details] fix patch
Gustavo Noronha (kov)
Comment 2 2009-05-09 08:09:49 PDT
Comment on attachment 30145 [details] fix patch > diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h > index 59f8b8f..6e4eae4 100644 > --- a/JavaScriptCore/wtf/Platform.h > +++ b/JavaScriptCore/wtf/Platform.h > @@ -220,7 +220,6 @@ > > /* PLATFORM(X86_64) */ > #if defined(__x86_64__) \ > - || defined(__ia64__) \ > || defined(_M_X64) > #define WTF_PLATFORM_X86_64 1 > #endif > -- > 1.6.2.4 > I'll r+ and commit this patch, since the fix is quite obvious as you said. For future patches, please include a proper ChangeLog entry as described in http://webkit.org/coding/contributing.html.
Gustavo Noronha (kov)
Comment 3 2009-05-09 09:01:27 PDT
Landed as r43440.
Note You need to log in before you can comment on or make changes to this bug.