mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 06:49:38 +00:00
microinstruction: Add ConditionalSelectNZCV opcode to ReadsFromCPSR()'s switch statement
This commit is contained in:
@@ -117,6 +117,7 @@ bool Inst::ReadsFromCPSR() const {
|
||||
case Opcode::A64GetCFlag:
|
||||
case Opcode::ConditionalSelect32:
|
||||
case Opcode::ConditionalSelect64:
|
||||
case Opcode::ConditionalSelectNZCV:
|
||||
return true;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user