summaryrefslogtreecommitdiff
path: root/src/arch/arm/v7/thumb_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm/v7/thumb_32.c')
-rw-r--r--src/arch/arm/v7/thumb_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm/v7/thumb_32.c b/src/arch/arm/v7/thumb_32.c
index 757abc4..8fc4d91 100644
--- a/src/arch/arm/v7/thumb_32.c
+++ b/src/arch/arm/v7/thumb_32.c
@@ -679,7 +679,7 @@ static GArchInstruction *process_armv7_thumb_32_load_store_multiple(uint32_t raw
* ยง A6.3.5 Load/store multiple
*/
- if ((raw & 0xfe400000) != 0xe0000000) return NULL;
+ if ((raw & 0xfe400000) != 0xe8000000) return NULL;
result = NULL;