From d03a0ae909fb99da60ba345019632386e87525b0 Mon Sep 17 00:00:00 2001 From: Reid Barton Date: Thu, 28 Jan 2016 13:10:42 -0500 Subject: Try aligning info tables to 4 bytes --- compiler/nativeGen/X86/Ppr.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/nativeGen/X86/Ppr.hs b/compiler/nativeGen/X86/Ppr.hs index 7809ae1df9..301c44b034 100644 --- a/compiler/nativeGen/X86/Ppr.hs +++ b/compiler/nativeGen/X86/Ppr.hs @@ -109,7 +109,7 @@ pprBasicBlock info_env (BasicBlock blockid instrs) maybe_infotable = case mapLookup blockid info_env of Nothing -> empty Just (Statics info_lbl info) -> - pprAlignForSection Text $$ + text ".align 4" $$ infoTableLoc $$ vcat (map pprData info) $$ pprLabel info_lbl -- cgit v1.2.1