mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 05:34:42 +01:00
reg_alloc: GetBitWidth: Add UNREACHABLE
This commit is contained in:
parent
fff8e019dc
commit
9a812b0c61
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue