]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter.h
lib: added {big,page}_alloc_zero routines
[libucw.git] / lib / sorter.h
index 11daf95a0c933d53fb2699dc15e20f52e7e85466..71fcff1ecc6cbe4011290d7dbfe4b899996e1ad3 100644 (file)
@@ -401,7 +401,7 @@ P(presort)(struct fastbuf **fb1, struct fastbuf **fb2)
        }
       for(;;)
        {
-         current = (byte *) ALIGN((addr_int_t) current, CPU_STRUCT_ALIGN);
+         current = (byte *) ALIGN_TO((uintptr_t) current, CPU_STRUCT_ALIGN);
          if (current + sizeof(*this) > bufend)
            break;
          this = (SORT_NODE *) current;