mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
Another required re-setting for MCStreamer::reset().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217970 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4ad9b914ee
commit
5607f8d084
@ -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