mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-23 21:48:40 +00:00
reg_alloc: GetBitWidth: Add UNREACHABLE
This commit is contained in:
@@ -73,6 +73,8 @@ static size_t GetBitWidth(IR::Type type) {
|
||||
case IR::Type::NZCVFlags:
|
||||
return 32; // TODO: Update to 16 when flags optimization is done
|
||||
}
|
||||
UNREACHABLE();
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool HostLocInfo::IsLocked() const {
|
||||
|
||||
Reference in New Issue
Block a user