diff options
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/arm_dpm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/arm_dpm.c b/src/target/arm_dpm.c index b02baa39..c5d797e6 100644 --- a/src/target/arm_dpm.c +++ b/src/target/arm_dpm.c @@ -276,6 +276,7 @@ fail: * Writes all modified core registers for all processor modes. In normal * operation this is called on exit from halting debug state. * + * @param dpm: represents the processor * @param bpwp: true ensures breakpoints and watchpoints are set, * false ensures they are cleared */ |