Browse Source

Updated DisassembleX86-64 library to fix issue with call instrution. Closes #246.

n1474335 7 years ago
parent
commit
12c226f874
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/core/lib/DisassembleX86-64.js

+ 2 - 3
src/core/lib/DisassembleX86-64.js

@@ -1443,8 +1443,8 @@ const Operands = [
   ------------------------------------------------------------------------------------------------------------------------*/
   "10000004","10000004","10000004","10000004",
   "16000C00","170E0C00","0C001600","0C00170E",
-  "10020008",
-  "10020008",
+  "110E0008",
+  "110E0008",
   "0D060C01", //JMP Ap (w:z).
   "100000040004",
   "16001A01","170E1A01",
@@ -5703,7 +5703,6 @@ function LDisassemble()
 
 }
 
-
 ////////////////////////////////////////////////////////////////////////////////////////////////
 
 /*