mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
Initialize member variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138548 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
07b7f672a0
commit
2df9f8df95
@ -22,7 +22,8 @@ using namespace llvm;
|
||||
|
||||
MCStreamer::MCStreamer(MCContext &Ctx) : Context(Ctx), EmitEHFrame(true),
|
||||
EmitDebugFrame(false),
|
||||
CurrentW64UnwindInfo(0) {
|
||||
CurrentW64UnwindInfo(0),
|
||||
LastSymbol(0) {
|
||||
const MCSection *section = NULL;
|
||||
SectionStack.push_back(std::make_pair(section, section));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user