Fix reloc type in the absence of reloc hint
authorSenthil <schellap@microsoft.com>
Fri, 30 Oct 2015 01:19:06 +0000 (18:19 -0700)
committerSenthil <schellap@microsoft.com>
Fri, 30 Oct 2015 01:19:06 +0000 (18:19 -0700)
commit9f2122912c71dc88a0d870cac4090b23f5ecf163
tree1f813cc9121ced5fb8579e437eaf04202d2bfb0d
parentb7a36185c7132ce87a952556a300073e8d851ea9
Fix reloc type in the absence of reloc hint

When Reloc hint is no hint, JIT yields wrong Reloc type. mov eax, offset should yield DIR64 (MOFFSET for amd64) not HIGHLOW (MOFFSET for x86).
src/jit/emitxarch.cpp