diff options
| author | Lioncash <mathew1800@gmail.com> | 2019-12-05 08:43:34 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2019-12-05 09:13:06 -0500 |
| commit | 6339a5ea8ea8920c1c7f1076b687512013da1457 (patch) | |
| tree | 90d88fb44195c0a7da880d8cd6c3a9caab2b79c5 /Source/Core/VideoCommon/BPStructs.cpp | |
| parent | 4710b82f43eb9b58db0b57566bcf88e4d1773396 (diff) | |
VideoCommon/OpcodeDecoding: Resolve implicit signedness conversion
cmd2 is a u32, so any bitwise arithmetic on it with a type of the same
size or smaller will result in a u32 value. This is also implicitly
converted to an unsigned type in the if statement as well, given that
size_t * int -> size_t.
This is just more explicit about the operations occurring and also
likely silences a sign conversion warning.
Diffstat (limited to 'Source/Core/VideoCommon/BPStructs.cpp')
0 files changed, 0 insertions, 0 deletions
