X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/412ebb8e3cc35d457058c31310d89ef96b7c416d..8074fd5ce9395d82fc9f7ac611f5ad43378ffc70:/launch-cache/FileAbstraction.hpp?ds=sidebyside diff --git a/launch-cache/FileAbstraction.hpp b/launch-cache/FileAbstraction.hpp index 8786e6a..1d73d74 100644 --- a/launch-cache/FileAbstraction.hpp +++ b/launch-cache/FileAbstraction.hpp @@ -127,7 +127,7 @@ public: typedef _E E; static uint64_t getP(const uint_t& from) INLINE { return _E::get32(from); } - static void setP(uint_t& into, uint64_t value) INLINE { _E::set32(into, value); } + static void setP(uint_t& into, uint64_t value) INLINE { _E::set32(into, (uint32_t)value); } // Round to a P-size boundary template