]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ipc/ipc_table.c
xnu-2782.1.97.tar.gz
[apple/xnu.git] / osfmk / ipc / ipc_table.c
index 1add1f5b371e5c2538e5f982e034b253349bab3b..67086488c13f56f17407655e85b712c5a8f4eaeb 100644 (file)
@@ -129,7 +129,7 @@ ipc_table_fill(
                                index++;
                        }
                }
-               if (incrsize < (PAGE_SIZE << 3))
+               if (incrsize < (vm_size_t)(PAGE_SIZE << 3))
                        incrsize <<= 1;
        }
 }