mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-06 02:26:30 +00:00
decoder/arm: Correct NOP decoder
This commit is contained in:
@@ -237,7 +237,7 @@ std::vector<ArmMatcher<V>> GetArmDecodeTable() {
|
||||
|
||||
// Miscellaneous instructions
|
||||
INST(&V::arm_CLZ, "CLZ", "cccc000101101111dddd11110001mmmm"), // v5
|
||||
INST(&V::arm_NOP, "NOP", "----001100100000111100000000----"), // v6K
|
||||
INST(&V::arm_NOP, "NOP", "----0011001000001111000000000000"), // v6K
|
||||
INST(&V::arm_SEL, "SEL", "cccc01101000nnnndddd11111011mmmm"), // v6
|
||||
|
||||
// Unsigned Sum of Absolute Differences instructions
|
||||
|
||||
Reference in New Issue
Block a user