mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
Another required re-setting for MCStreamer::reset().
llvm-svn: 217970
This commit is contained in:
parent
eee5b104a6
commit
146c87dd36
@ -53,6 +53,7 @@ void MCStreamer::reset() {
|
||||
delete WinFrameInfos[i];
|
||||
WinFrameInfos.clear();
|
||||
CurrentWinFrameInfo = nullptr;
|
||||
SymbolOrdering.clear();
|
||||
SectionStack.clear();
|
||||
SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user