Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. template <>
  2. inline void convertRet<void*>(int& r14, int& r15, void* type) {
  3. r14 = (int)((byte*)type - (int)mem_ds);
  4. }
  5.  
  6. Cast from pointer to smaller type 'int' loses precision
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement