Fix format error
authorJonghyun Park <parjong@gmail.com>
Fri, 7 Apr 2017 00:02:49 +0000 (09:02 +0900)
committerJonghyun Park <parjong@gmail.com>
Fri, 7 Apr 2017 00:02:49 +0000 (09:02 +0900)
Commit migrated from https://github.com/dotnet/coreclr/commit/ee63d19c016b83255c9b16d44580c780a54d04ac

src/coreclr/src/jit/emit.h

index 64f9eb9..d061e26 100644 (file)
@@ -2041,8 +2041,8 @@ public:
     /************************************************************************/
 
     bool emitFullArgInfo; // full arg info (including non-ptr arg)?
-    bool emitFullGCinfo; // full GC pointer maps?
-    bool emitFullyInt;   // fully interruptible code?
+    bool emitFullGCinfo;  // full GC pointer maps?
+    bool emitFullyInt;    // fully interruptible code?
 
 #if EMIT_TRACK_STACK_DEPTH
     unsigned emitCntStackDepth; // 0 in prolog/epilog, One DWORD elsewhere