File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1869,8 +1869,8 @@ void COFFDumper::printStackMap() const {
18691869 prettyPrintStackMap (
18701870 W, StackMapParser<support::little>(StackMapContentsArray));
18711871 else
1872- prettyPrintStackMap (W,
1873- StackMapParser<support::big>(StackMapContentsArray));
1872+ prettyPrintStackMap (
1873+ W, StackMapParser<support::big>(StackMapContentsArray));
18741874}
18751875
18761876void COFFDumper::printAddrsig () {
Original file line number Diff line number Diff line change @@ -669,8 +669,8 @@ void MachODumper::printStackMap() const {
669669 prettyPrintStackMap (
670670 W, StackMapParser<support::little>(StackMapContentsArray));
671671 else
672- prettyPrintStackMap (W,
673- StackMapParser<support::big>(StackMapContentsArray));
672+ prettyPrintStackMap (
673+ W, StackMapParser<support::big>(StackMapContentsArray));
674674}
675675
676676void MachODumper::printNeededLibraries () {
You can’t perform that action at this time.
0 commit comments