aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/target/cortex_m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/cortex_m.c b/src/target/cortex_m.c
index 2a283cdb..0f26cda4 100644
--- a/src/target/cortex_m.c
+++ b/src/target/cortex_m.c
@@ -341,7 +341,7 @@ static int cortex_m3_examine_debug_reason(struct target *target)
static int cortex_m3_examine_exception_reason(struct target *target)
{
- uint32_t shcsr, except_sr, cfsr = -1, except_ar = -1;
+ uint32_t shcsr = 0, except_sr = 0, cfsr = -1, except_ar = -1;
struct armv7m_common *armv7m = target_to_armv7m(target);
struct adiv5_dap *swjdp = &armv7m->dap;
int retval;