From e8ab94ede0609bb02cea9960e685fd3752dbe762 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 14 Jul 2011 16:51:29 +0000 Subject: * regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): Power PC does not allow unaligned word access. * st.c (UNALIGNED_WORD_ACCESS): x86_64 allows unaligned word access as well as i386. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- regint.h | 1 - 1 file changed, 1 deletion(-) (limited to 'regint.h') diff --git a/regint.h b/regint.h index 631b2f471a..cd3c2a1035 100644 --- a/regint.h +++ b/regint.h @@ -48,7 +48,6 @@ #endif #if defined(__i386) || defined(__i386__) || defined(_M_IX86) || \ - (defined(__ppc__) && defined(__APPLE__)) || \ defined(__x86_64) || defined(__x86_64__) || defined(_M_AMD86) || \ defined(__mc68020__) #define PLATFORM_UNALIGNED_WORD_ACCESS -- cgit v1.2.1