X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Farm11.c;h=159c30a8501513f52d93ceb421983e5e5a081fdd;hb=fe6bb7eac8c7028236306c562d24a25ef79d0c15;hp=4438661496a495e9d591800868d43ae05e686f12;hpb=5c941edc7b0d6e0bed596293d81867453d1462e9;p=fw%2Fopenocd diff --git a/src/target/arm11.c b/src/target/arm11.c index 443866149..159c30a85 100644 --- a/src/target/arm11.c +++ b/src/target/arm11.c @@ -442,8 +442,8 @@ static uint32_t arm11_nextpc(struct arm11_common *arm11, int current, uint32_t a } buf_set_u32(value, 0, 32, address); - arm11->arm.pc->dirty = 1; - arm11->arm.pc->valid = 1; + arm11->arm.pc->dirty = true; + arm11->arm.pc->valid = true; return address; }