Skip to content
  • Warner Losh's avatar
    Fix casting error from newer gcc · b23b156e
    Warner Losh authored
    Cast the pointers to (uintptr_t) before assigning to type
    uint64_t. This eliminates an error from gcc when we cast the pointer
    to a larger integer type.
    b23b156e