Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix formatting.
  • Loading branch information
thaystg committed Jul 13, 2021
commit 4be3dc086403b09dcfbda3e2ebdcdbbbebd4874c
3 changes: 1 addition & 2 deletions src/mono/mono/metadata/mono-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -1120,8 +1120,7 @@ mono_debug_get_seq_points (MonoDebugMethodInfo *minfo, char **source_file, GPtrA
if (img->has_updates) {
int idx = mono_metadata_token_index (minfo->method->token);
gpointer ptr = mono_metadata_update_get_updated_method_ppdb (img, idx);
if (ptr != NULL)
{
if (ptr != NULL) {
mono_ppdb_get_seq_points_enc (ptr, seq_points, n_seq_points);
return;
}
Expand Down