We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bda307 commit 66383beCopy full SHA for 66383be
src/coreclr/jit/emit.h
@@ -766,7 +766,7 @@ class emitter
766
unsigned _idSmallDsc : 1; // is this a "small" descriptor?
767
unsigned _idLargeCns : 1; // does a large constant follow?
768
unsigned _idLargeDsp : 1; // does a large displacement follow?
769
- unsigned _idCall : 1; // this is a call
+ unsigned _idCall : 1; // this is a call
770
771
// We have several pieces of information we need to encode but which are only applicable
772
// to a subset of instrDescs. To accommodate that, we define a several _idCustom# bitfields
0 commit comments