Test basic SEH directive-parsing functionality. Fix a latent bug exposed by
[oota-llvm.git] / lib / MC / MCStreamer.cpp
index 1402033d41da3067f39abfb788f334352759f59d..19aeaafc722cfc77863a7aad1c810e64e956eeb9 100644 (file)
@@ -21,7 +21,8 @@
 using namespace llvm;
 
 MCStreamer::MCStreamer(MCContext &Ctx) : Context(Ctx), EmitEHFrame(true),
-                                         EmitDebugFrame(false) {
+                                         EmitDebugFrame(false),
+                                         CurrentW64UnwindInfo(0) {
   const MCSection *section = NULL;
   SectionStack.push_back(std::make_pair(section, section));
 }