summaryrefslogtreecommitdiff
path: root/src/jit/emit.h
diff options
context:
space:
mode:
authorRoman Artemev <rartemev@microsoft.com>2017-06-08 17:01:03 -0700
committerRoman Artemev <rartemev@microsoft.com>2017-06-08 17:16:51 -0700
commit2242b2ec7caa929b862c63bfbdd08604b5ce69b4 (patch)
treea6b4d4ce0ac4c1911435f3f01a0f3fd7817c8ef5 /src/jit/emit.h
parentf1d81d24932391c0f087364cd91a66ac2c758e35 (diff)
downloadcoreclr-2242b2ec7caa929b862c63bfbdd08604b5ce69b4.tar.gz
coreclr-2242b2ec7caa929b862c63bfbdd08604b5ce69b4.tar.bz2
coreclr-2242b2ec7caa929b862c63bfbdd08604b5ce69b4.zip
Enable legacy jit for x86
Diffstat (limited to 'src/jit/emit.h')
-rw-r--r--src/jit/emit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jit/emit.h b/src/jit/emit.h
index a925f1f8a5..ce91e2dabd 100644
--- a/src/jit/emit.h
+++ b/src/jit/emit.h
@@ -828,6 +828,8 @@ protected:
unsigned _idCnsReloc : 1; // LargeCns is an RVA and needs reloc tag
unsigned _idDspReloc : 1; // LargeDsp is an RVA and needs reloc tag
+#define ID_EXTRA_RELOC_BITS (2)
+
#define ID_EXTRA_REG_BITS (0)
#define ID_EXTRA_BITS (ID_EXTRA_BITFIELD_BITS + ID_EXTRA_RELOC_BITS + ID_EXTRA_REG_BITS)