mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Utilities\BitField.h: Try to fix some warnings
Cleanup and make bitfield extraction u32 if possible
This commit is contained in:
parent
a4ab6126b0
commit
c2076373e8
3 changed files with 50 additions and 61 deletions
|
|
@ -570,7 +570,7 @@ namespace vm
|
|||
}
|
||||
|
||||
addr2 += size3;
|
||||
size2 -= size3;
|
||||
size2 -= static_cast<u32>(size3);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue