This is an automated email from Gerrit.

"Nima Palizban <n.paliz...@gmail.com>" just uploaded a new patch set to Gerrit, 
which you can find at https://review.openocd.org/c/openocd/+/7389

-- gerrit

commit 13b2f4a88170713094897b47b44998f795b8f3c6
Author: Nima Palizban <n.paliz...@gmail.com>
Date:   Thu Dec 1 12:41:30 2022 -0500

    src/target/mips_m4k.c: set missing flag in set_watchpoint
    
    Change-Id: Id0d91cc02b7055e44d27507f9c05ccd48ff49838
    Signed-off-by: Nima Palizban <n.paliz...@gmail.com>

diff --git a/src/target/mips_m4k.c b/src/target/mips_m4k.c
index e85018c878..f8c8829afb 100644
--- a/src/target/mips_m4k.c
+++ b/src/target/mips_m4k.c
@@ -901,6 +901,7 @@ static int mips_m4k_set_watchpoint(struct target *target,
        }
 
        watchpoint->number = wp_num;
+       watchpoint->is_set = true;
        comparator_list[wp_num].used = 1;
        comparator_list[wp_num].bp_value = watchpoint->address;
 

-- 

Reply via email to