Fix implicit fallthrough in debug.c
This commit is contained in:
parent
710ad11819
commit
a7100a1e7f
@ -372,6 +372,7 @@ int GDB_SendStopReply(GDBContext *ctx, const DebugEventInfo *info)
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case EXCEVENT_USER_BREAK:
|
case EXCEVENT_USER_BREAK:
|
||||||
|
Reference in New Issue
Block a user