Merge pull request #737 from Sonicadvance1/remove_warnings_7

Removes warning from DeadStoreElimination
This commit is contained in:
Scott Mansell 2021-02-01 16:15:12 +13:00 committed by GitHub
commit c14dfb9d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,6 +100,8 @@ uint64_t FPRBit(uint32_t Offset, uint32_t Size) {
return 1UL << (bitn);
else
LogMan::Msg::A("Unexpected FPR size %d", Size);
return 7UL << (bitn); // Return maximum on failure case
}
struct Info {