Skip to content

Commit

Permalink
Small PoliCheck fix (#46876)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyosjs authored Jan 13, 2021
1 parent 699d3d6 commit 3b5e19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/mono/metadata/metadata-update.c
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ apply_enclog_pass2 (MonoImage *image_base, uint32_t generation, MonoImage *image
set_update_method (image_base, generation, image_dmeta, token_index, il_address);
} else {
/* rva points probably into image_base IL stream. can this ever happen? */
g_print ("TODO: this case is still a bit WTF. token=0x%08x with rva=0x%04x\n", log_token, rva);
g_print ("TODO: this case is still a bit contrived. token=0x%08x with rva=0x%04x\n", log_token, rva);
}
} else if (token_table == MONO_TABLE_TYPEDEF) {
/* TODO: throw? */
Expand Down

0 comments on commit 3b5e19c

Please sign in to comment.