Skip to content

Commit 66383be

Browse files
committed
formatting
1 parent 3bda307 commit 66383be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/jit/emit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ class emitter
766766
unsigned _idSmallDsc : 1; // is this a "small" descriptor?
767767
unsigned _idLargeCns : 1; // does a large constant follow?
768768
unsigned _idLargeDsp : 1; // does a large displacement follow?
769-
unsigned _idCall : 1; // this is a call
769+
unsigned _idCall : 1; // this is a call
770770

771771
// We have several pieces of information we need to encode but which are only applicable
772772
// to a subset of instrDescs. To accommodate that, we define a several _idCustom# bitfields

0 commit comments

Comments
 (0)