Skip to content

Commit

Permalink
lir: fix __$trace() result
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Apr 12, 2012
1 parent be4514b commit d31db87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/x64/lir-instructions-x64.cc
Expand Up @@ -514,7 +514,7 @@ void LIRGetStackTrace::Generate() {
r->target(ip);
__ Call(masm()->stubs()->GetStackTraceStub());

__ Mov(result, Immediate(Heap::kTagNil));
__ Mov(result, rax);
}


Expand Down

0 comments on commit d31db87

Please sign in to comment.