| Index: runtime/vm/disassembler_ia32.cc
|
| diff --git a/runtime/vm/disassembler_ia32.cc b/runtime/vm/disassembler_ia32.cc
|
| index 2fdbef2d4a4e48b108e39dced7a994f803ffff05..b34c2b9c5ab2b9c03bf8605998c8f91fefac2d5b 100644
|
| --- a/runtime/vm/disassembler_ia32.cc
|
| +++ b/runtime/vm/disassembler_ia32.cc
|
| @@ -1013,7 +1013,7 @@ bool X86Decoder::DecodeInstructionType(const InstructionDesc& idesc,
|
| }
|
|
|
| case CALL_JUMP_INSTR: {
|
| - uword addr = reinterpret_cast<uword>(data) +
|
| + uword addr = reinterpret_cast<uword>(*data) +
|
| *reinterpret_cast<uword*>(*data+1) + 5;
|
| Print(idesc.mnem);
|
| Print(" ");
|
|
|