From 49a13624affce9b5f7757c9208f902307385827c Mon Sep 17 00:00:00 2001 From: Michelle McDaniel Date: Wed, 21 Sep 2016 09:25:28 -0700 Subject: Reformat jit code for Windows x64 --- src/jit/emit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/jit/emit.h') 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 -- cgit v1.2.3