[PATCH] D10687: [Mips] Add support for MCJIT for MIPS32r6

Daniel Sanders daniel.sanders at imgtec.com
Mon Jul 6 03:56:21 PDT 2015


================
Comment at: lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:522
@@ +521,3 @@
+    Insn &= 0xffff0000;
+    Insn |= ((Value - FinalAddress) >> 2) & 0xffff;
+    writeBytesUnaligned(Insn, TargetPtr, 4);
----------------
You're right. I'll correct the docs.


Repository:
  rL LLVM

http://reviews.llvm.org/D10687







More information about the llvm-commits mailing list