summaryrefslogtreecommitdiff
path: root/recipes-mozilla/firefox/files/alignment.patch
blob: 4047124feb9061af94bb319209f74c68314c2d3f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mozilla-release/ipc/ipdl/ipdl/cxx/cgen.py~	2012-07-29 11:14:45.000000000 +0200
+++ mozilla-release/ipc/ipdl/ipdl/cxx/cgen.py	2012-07-29 11:13:36.000000000 +0200
@@ -107,7 +107,7 @@
             self.println(';')
         self.dedent()
 
-        self.printdent('}')
+        self.printdent('} __attribute__ ((aligned (__BIGGEST_ALIGNMENT__)))')
 
 
     def visitTypedef(self, td):