diff options
| -rw-r--r-- | arch/armv7/arch_armv7.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/armv7/arch_armv7.cpp b/arch/armv7/arch_armv7.cpp index 677abe39..df659dd4 100644 --- a/arch/armv7/arch_armv7.cpp +++ b/arch/armv7/arch_armv7.cpp @@ -1214,7 +1214,7 @@ public: else if (instr.operands[i].cls == REG_LIST_DOUBLE) base = REG_D0; - for (int32_t j = 0; j < 16; j++) + for (int32_t j = 0; j < 32; j++) { if (((instr.operands[i].reg >> j) & 1) == 1) { |
