1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 18:11:04 +09:00

Add missing break statement (#104286)

Added missing break statement

Co-authored-by: root <root@t8360022.lnxne.boe>
Co-authored-by: Thays Grazia <thaystg@gmail.com>
This commit is contained in:
Giridhar Trivedi 2024-08-01 02:37:43 +05:30 committed by GitHub
parent c8fb13dcfd
commit bcbca94ce9
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -9203,6 +9203,7 @@ method_commands_internal (int command, MonoMethod *method, MonoDomain *domain, g
}
case MDBGPROT_CMD_METHOD_GET_CLASS_TOKEN: {
buffer_add_int (buf, m_class_get_type_token (method->klass));
break;
}
case CMD_METHOD_GET_DECLARING_TYPE: {
buffer_add_typeid (buf, domain, method->klass);