summaryrefslogtreecommitdiff
path: root/asmcomp/power
diff options
context:
space:
mode:
authorFabrice Le Fessant <Fabrice.Le_fessant@inria.fr>2013-06-03 04:34:19 +0000
committerFabrice Le Fessant <Fabrice.Le_fessant@inria.fr>2013-06-03 04:34:19 +0000
commit12722845d4cd648fe9446208e6296a819ced774e (patch)
tree84c09beb4985c22f8f654f5bf3e0c376b5aa3bc3 /asmcomp/power
parent52b6c69951c0fb97549f406d36ed2f6157cc80a5 (diff)
downloadocaml-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/power')
-rw-r--r--asmcomp/power/proc.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/asmcomp/power/proc.ml b/asmcomp/power/proc.ml
index feb38f2538..38adadc05a 100644
--- a/asmcomp/power/proc.ml
+++ b/asmcomp/power/proc.ml
@@ -237,3 +237,5 @@ let assemble_file infile outfile =
open Clflags;;
open Config;;
+
+let init () = ()