summaryrefslogtreecommitdiff
path: root/src/jit/emit.h
diff options
context:
space:
mode:
authorMichelle McDaniel <adiaaida@gmail.com>2016-09-21 09:25:28 -0700
committerMichelle McDaniel <adiaaida@gmail.com>2016-09-21 13:52:04 -0700
commit49a13624affce9b5f7757c9208f902307385827c (patch)
treebafb0522ff684cb562a6817b9fd4bb6b128202de /src/jit/emit.h
parent96f474c67e83b178c3a27afc1540953948610c73 (diff)
downloadcoreclr-49a13624affce9b5f7757c9208f902307385827c.tar.gz
coreclr-49a13624affce9b5f7757c9208f902307385827c.tar.bz2
coreclr-49a13624affce9b5f7757c9208f902307385827c.zip
Reformat jit code for Windows x64
Diffstat (limited to 'src/jit/emit.h')
-rw-r--r--src/jit/emit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jit/emit.h b/src/jit/emit.h
index 8fb24bcd60..add3403380 100644
--- a/src/jit/emit.h
+++ b/src/jit/emit.h
@@ -1742,8 +1742,8 @@ private:
BYTE* emitCurIGfreeEndp; // one byte past the last available byte in buffer
BYTE* emitCurIGfreeBase; // first byte address
- unsigned emitCurIGinsCnt; // # of collected instr's in buffer
- unsigned emitCurIGsize; // estimated code size of current group in bytes
+ unsigned emitCurIGinsCnt; // # of collected instr's in buffer
+ unsigned emitCurIGsize; // estimated code size of current group in bytes
UNATIVE_OFFSET emitCurCodeOffset; // current code offset within group
UNATIVE_OFFSET emitTotalCodeSize; // bytes of code in entire method