]> git.saurik.com Git - apple/dyld.git/blobdiff - launch-cache/FileAbstraction.hpp
dyld-551.3.tar.gz
[apple/dyld.git] / launch-cache / FileAbstraction.hpp
index 8786e6adda91d54f49bb0376f52cf93e04347153..1d73d74dea3f5a302833aa40fa7b9a173a8e0a1a 100644 (file)
@@ -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 <typename T>