mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-18 22:42:58 +00:00
ITState: Handle not-in-IT-block case in Cond
This commit is contained in:
@@ -22,6 +22,9 @@ public:
|
||||
}
|
||||
|
||||
IR::Cond Cond() const {
|
||||
if (value == 0b00000000) {
|
||||
return IR::Cond::AL;
|
||||
}
|
||||
return static_cast<IR::Cond>(Common::Bits<4, 7>(value));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user