Fix fallthrough bug
This commit is contained in:
parent
ba14efe1f4
commit
46e9cb6b23
@ -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:
|
||||||
|
Reference in New Issue
Block a user