Commit ef74216
authored
coresight: cortex-m: always evaluate deferred read of MVFR2 (#1613)
A deferred read of MVFR2 is queued, but the value isn't used unless
an FPU is detected. This fix always evaluates the deferred read of
this register to prevent the CMSIS-DAP read queue from getting stuck.1 parent 5f02a94 commit ef74216
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
519 | 523 | | |
520 | 524 | | |
521 | 525 | | |
522 | 526 | | |
523 | 527 | | |
524 | | - | |
525 | | - | |
526 | 528 | | |
527 | 529 | | |
528 | 530 | | |
| |||
0 commit comments