File tree 2 files changed +4
-4
lines changed
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 {
1869
1869
prettyPrintStackMap (
1870
1870
W, StackMapParser<support::little>(StackMapContentsArray));
1871
1871
else
1872
- prettyPrintStackMap (W,
1873
- StackMapParser<support::big>(StackMapContentsArray));
1872
+ prettyPrintStackMap (
1873
+ W, StackMapParser<support::big>(StackMapContentsArray));
1874
1874
}
1875
1875
1876
1876
void COFFDumper::printAddrsig () {
Original file line number Diff line number Diff line change @@ -669,8 +669,8 @@ void MachODumper::printStackMap() const {
669
669
prettyPrintStackMap (
670
670
W, StackMapParser<support::little>(StackMapContentsArray));
671
671
else
672
- prettyPrintStackMap (W,
673
- StackMapParser<support::big>(StackMapContentsArray));
672
+ prettyPrintStackMap (
673
+ W, StackMapParser<support::big>(StackMapContentsArray));
674
674
}
675
675
676
676
void MachODumper::printNeededLibraries () {
You can’t perform that action at this time.
0 commit comments