diff options
author | Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr> | 2013-06-03 18:03:59 +0000 |
---|---|---|
committer | Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr> | 2013-06-03 18:03:59 +0000 |
commit | 9b53f8b10d813b1791245d9d2ab08ef14d7a5512 (patch) | |
tree | 956620161eb96272d25f9b30d38bab69b1089d85 /asmcomp/proc.mli | |
parent | 48f65d07f89f493cebe2d6d1aabddaeca1fb74b2 (diff) | |
download | ocaml-9b53f8b10d813b1791245d9d2ab08ef14d7a5512.tar.gz |
Re-add configure option -with-frame-pointers
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13738 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmcomp/proc.mli')
-rw-r--r-- | asmcomp/proc.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/asmcomp/proc.mli b/asmcomp/proc.mli index 91a480b097..6cc6aedc90 100644 --- a/asmcomp/proc.mli +++ b/asmcomp/proc.mli @@ -46,3 +46,6 @@ val contains_calls: bool ref (* Calling the assembler *) val assemble_file: string -> string -> int + +(* Called before translating a fundecl. *) +val init : unit -> unit |