Utilities\BitField.h: Try to fix some warnings

Cleanup and make bitfield extraction u32 if possible
This commit is contained in:
Eladash 2023-12-31 21:56:55 +02:00 committed by Elad Ashkenazi
parent a4ab6126b0
commit c2076373e8
3 changed files with 50 additions and 61 deletions

View file

@ -570,7 +570,7 @@ namespace vm
}
addr2 += size3;
size2 -= size3;
size2 -= static_cast<u32>(size3);
}
return 0;