| Index: src/disassembler.cc
|
| diff --git a/src/disassembler.cc b/src/disassembler.cc
|
| index 1158e01495968e581c64beab21f4aa7d8945fd0f..1537bd69388248933cd2079725534071bd8ea097 100644
|
| --- a/src/disassembler.cc
|
| +++ b/src/disassembler.cc
|
| @@ -155,7 +155,8 @@ static int DecodeIt(Isolate* isolate, std::ostream* os,
|
| // Print all the reloc info for this instruction which are not comments.
|
| for (int i = 0; i < pcs.length(); i++) {
|
| // Put together the reloc info
|
| - RelocInfo relocinfo(pcs[i], rmodes[i], datas[i], converter.code());
|
| + RelocInfo relocinfo(isolate, pcs[i], rmodes[i], datas[i],
|
| + converter.code());
|
|
|
| // Indent the printing of the reloc info.
|
| if (i == 0) {
|
|
|