aboutsummaryrefslogtreecommitdiffstats
path: root/backend/PrintAsmaux.ml
diff options
context:
space:
mode:
Diffstat (limited to 'backend/PrintAsmaux.ml')
-rw-r--r--backend/PrintAsmaux.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/PrintAsmaux.ml b/backend/PrintAsmaux.ml
index 925add9e..64db2cb0 100644
--- a/backend/PrintAsmaux.ml
+++ b/backend/PrintAsmaux.ml
@@ -42,6 +42,7 @@ module type TARGET =
val name_of_section: section_name -> string
val comment: string
val symbol: out_channel -> P.t -> unit
+ val default_falignment: int
end
(* On-the-fly label renaming *)