forked from aniani/vim
updated for version 7.1b
This commit is contained in:
@@ -490,7 +490,7 @@ mch_total_mem(special)
|
||||
/* avoid overflow as much as possible */
|
||||
while (shiftright > 0 && (pagesize & 1) == 0)
|
||||
{
|
||||
pagesize = pagesize >> 1;
|
||||
pagesize = (long_u)pagesize >> 1;
|
||||
--shiftright;
|
||||
}
|
||||
mem = (long_u)pagesize * pagecount;
|
||||
|
Reference in New Issue
Block a user