From 29f347af110eb98127fc7c005136ff355e063474 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 10 Apr 2013 21:16:44 +0000 Subject: * regint.h: fix typo: _M_AMD86 -> _M_AMD64. * siphash.c: ditto. * st.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st.c') diff --git a/st.c b/st.c index c5550bc673..eaed209886 100644 --- a/st.c +++ b/st.c @@ -1242,7 +1242,7 @@ strhash(st_data_t arg) #ifndef UNALIGNED_WORD_ACCESS # if defined(__i386) || defined(__i386__) || defined(_M_IX86) || \ - defined(__x86_64) || defined(__x86_64__) || defined(_M_AMD86) || \ + defined(__x86_64) || defined(__x86_64__) || defined(_M_AMD64) || \ defined(__mc68020__) # define UNALIGNED_WORD_ACCESS 1 # endif -- cgit v1.2.3