From 32228f01e0c09792707130e481d97f71b6fce1f3 Mon Sep 17 00:00:00 2001 From: Jonghyun Park Date: Fri, 7 Apr 2017 09:02:49 +0900 Subject: [PATCH] Fix format error Commit migrated from https://github.com/dotnet/coreclr/commit/ee63d19c016b83255c9b16d44580c780a54d04ac --- src/coreclr/src/jit/emit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coreclr/src/jit/emit.h b/src/coreclr/src/jit/emit.h index 64f9eb9..d061e26 100644 --- a/src/coreclr/src/jit/emit.h +++ b/src/coreclr/src/jit/emit.h @@ -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 -- 2.7.4