gdbstub:typo fix
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
parent
e306689436
commit
5aac6684f4
1 changed files with 1 additions and 1 deletions
|
@ -1897,7 +1897,7 @@ int gdb_debugpoint_remove(int type, FAR void *addr, size_t size)
|
|||
point.addr = addr;
|
||||
point.size = size;
|
||||
|
||||
retrun nxsched_smp_call((1 << CONFIG_SMP_NCPUS) - 1,
|
||||
return nxsched_smp_call((1 << CONFIG_SMP_NCPUS) - 1,
|
||||
gdb_smp_debugpoint_remove, &point);
|
||||
#else
|
||||
return up_debugpoint_remove(type, addr, size);
|
||||
|
|
Loading…
Reference in a new issue