Thanks to visit codestin.com
Credit goes to github.com

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
Change "code address" -> "code"
  • Loading branch information
jakobbotsch committed Jun 8, 2022
commit 0ec8ac21bf1ca173461b6996bcadb747911b32d2
2 changes: 1 addition & 1 deletion src/coreclr/jit/emit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4066,7 +4066,7 @@ void emitter::emitDispCommentForHandle(size_t handle, size_t cookie, GenTreeFlag
const char* className = nullptr;
const char* methName =
emitComp->eeGetMethodName(reinterpret_cast<CORINFO_METHOD_HANDLE>(cookie), &className);
printf("%s code address for %s:%s", commentPrefix, className, methName);
printf("%s code for %s:%s", commentPrefix, className, methName);
return;
}

Expand Down