diff options
author | Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr> | 2013-06-03 04:34:19 +0000 |
---|---|---|
committer | Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr> | 2013-06-03 04:34:19 +0000 |
commit | 12722845d4cd648fe9446208e6296a819ced774e (patch) | |
tree | 84c09beb4985c22f8f654f5bf3e0c376b5aa3bc3 /asmcomp/arm | |
parent | 52b6c69951c0fb97549f406d36ed2f6157cc80a5 (diff) | |
download | ocaml-with-frame-pointers.tar.gz |
Add -with-frame-pointers to ./configurewith-frame-pointers
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/with-frame-pointers@13729 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmcomp/arm')
-rw-r--r-- | asmcomp/arm/proc.ml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/asmcomp/arm/proc.ml b/asmcomp/arm/proc.ml index b8ff779b63..dbb13173a9 100644 --- a/asmcomp/arm/proc.ml +++ b/asmcomp/arm/proc.ml @@ -233,3 +233,6 @@ let contains_calls = ref false let assemble_file infile outfile = Ccomp.command (Config.asm ^ " -o " ^ Filename.quote outfile ^ " " ^ Filename.quote infile) + + +let init () = () |