From: Bruce Forstall Date: Wed, 18 Nov 2020 23:50:37 +0000 (-0800) Subject: Make minor change to corinfo.h to test SuperPMI AzDO job trigger (#44893) X-Git-Tag: submit/tizen/20210909.063632~4536 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21f32f08097d15020298689b687ff0296b3f039e;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Make minor change to corinfo.h to test SuperPMI AzDO job trigger (#44893) --- diff --git a/src/coreclr/src/inc/corinfo.h b/src/coreclr/src/inc/corinfo.h index ec52604..5a41023 100644 --- a/src/coreclr/src/inc/corinfo.h +++ b/src/coreclr/src/inc/corinfo.h @@ -1454,7 +1454,7 @@ struct CORINFO_HELPER_DESC // CORINFO_DEREF_THIS --> Deref the byref to get an object reference // // In addition, the "kind" field will be set as follows for constraint calls: - +// // CORINFO_CALL --> the call was resolved at compile time, and // can be compiled like a normal call. // CORINFO_CALL_CODE_POINTER --> the call was resolved, but the target address will be