Fix fallthrough bug

This commit is contained in:
TuxSH 2017-07-16 13:29:02 +02:00
parent ba14efe1f4
commit 46e9cb6b23

View File

@ -416,6 +416,8 @@ int GDB_SendStopReply(GDBContext *ctx, const DebugEventInfo *info)
default: default:
break; break;
} }
break;
} }
case DBGEVENT_SYSCALL_IN: case DBGEVENT_SYSCALL_IN: