mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
alpha
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5fb3c41614
commit
aa3570b118
1 changed files with 1 additions and 1 deletions
2
util.c
2
util.c
|
@ -572,7 +572,7 @@ static void mmprepare(base, size) void *base; int size;
|
|||
if (size <= 0) die("mmsize <= 0");
|
||||
#endif
|
||||
|
||||
if (((long)base & (4-1)) == 0 && (long & (4-1)) == 0)
|
||||
if (((long)base & (4-1)) == 0 && ((long)base & (4-1)) == 0)
|
||||
if (size >= 16) mmkind = 1;
|
||||
else mmkind = 0;
|
||||
else mmkind = -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue