aboutsummaryrefslogtreecommitdiff
path: root/Debug/ARMv7M
diff options
context:
space:
mode:
Diffstat (limited to 'Debug/ARMv7M')
-rw-r--r--Debug/ARMv7M2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debug/ARMv7M b/Debug/ARMv7M
index 803d96453..4c539b345 100644
--- a/Debug/ARMv7M
+++ b/Debug/ARMv7M
@@ -56,7 +56,7 @@ define vecstate
if $mmfsr & (1<<3)
printf " during exception return"
end
- if $mmfsr & (1<<0)
+ if $mmfsr & (1<<1)
printf " during data access"
end
if $mmfsr & (1<<0)