Skip to content

Commit

Permalink
removing problematic cast in debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
snf committed Mar 16, 2016
1 parent 5232837 commit fcab1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c/assemble.cc
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ class MCBinaryStreamer: public MCStreamer {
<< ", value: " << *F.getValue() << ", kind: " << Info.Name
<< ", TargetOffset: " << Info.TargetOffset
<< ", TargetSize: " << Info.TargetSize
<< ", value_kind: " << cast<MCBinaryExpr>(F.getValue())->getLHS()->getKind() << "\n";
;
}
}
};
Expand Down

0 comments on commit fcab1ae

Please sign in to comment.