parent
005cfca219
commit
874cadca31
|
@ -514,7 +514,7 @@ int riscv_add_breakpoint(struct target *target, struct breakpoint *breakpoint)
|
||||||
{
|
{
|
||||||
assert(breakpoint);
|
assert(breakpoint);
|
||||||
if (breakpoint->type == BKPT_SOFT) {
|
if (breakpoint->type == BKPT_SOFT) {
|
||||||
/// @todo check RVC for size/alignment
|
/* @todo check RVC for size/alignment */
|
||||||
if (!(breakpoint->length == 4 || breakpoint->length == 2)) {
|
if (!(breakpoint->length == 4 || breakpoint->length == 2)) {
|
||||||
LOG_ERROR("Invalid breakpoint length %d", breakpoint->length);
|
LOG_ERROR("Invalid breakpoint length %d", breakpoint->length);
|
||||||
return ERROR_FAIL;
|
return ERROR_FAIL;
|
||||||
|
|
Loading…
Reference in New Issue