mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-25 16:54:40 +01:00
microinstruction: Add ConditionalSelectNZCV opcode to ReadsFromCPSR()'s switch statement
This commit is contained in:
parent
c5033b5dda
commit
22632db337
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ bool Inst::ReadsFromCPSR() const {
|
|||
case Opcode::A64GetCFlag:
|
||||
case Opcode::ConditionalSelect32:
|
||||
case Opcode::ConditionalSelect64:
|
||||
case Opcode::ConditionalSelectNZCV:
|
||||
return true;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue