Fix implicit fallthrough in debug.c

This commit is contained in:
TuxSH 2019-02-28 19:08:39 +01:00
parent 710ad11819
commit a7100a1e7f

View File

@ -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: