Index: src/IceCfg.cpp |
diff --git a/src/IceCfg.cpp b/src/IceCfg.cpp |
index bae6c7752942bccf939a7ecaf7edce19355fe0de..77c0aa59f173a33c23f5956d0bf5a39ba8bf67d0 100644 |
--- a/src/IceCfg.cpp |
+++ b/src/IceCfg.cpp |
@@ -436,6 +436,7 @@ void Cfg::emitTextHeader(const IceString &MangledName, GlobalContext *Ctx, |
for (uint8_t I : Asm->getNonExecBundlePadding()) |
Str.write_hex(I); |
Str << "\n"; |
+ Str << "\t.bundle_align_mode " << Asm->getBundleAlignLog2Bytes() << "\n"; |
jvoung (off chromium)
2015/02/19 21:01:47
Should this only be for getUseSandboxing()?
Jim Stichnoth
2015/02/19 23:17:38
Oops, done.
|
Str << MangledName << ":\n"; |
} |