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/asmgen.ml | |
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/asmgen.ml')
-rw-r--r-- | asmcomp/asmgen.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asmcomp/asmgen.ml b/asmcomp/asmgen.ml index 448980740c..40f7dafbd0 100644 --- a/asmcomp/asmgen.ml +++ b/asmcomp/asmgen.ml @@ -57,6 +57,7 @@ let rec regalloc ppf round fd = let (++) x f = f x let compile_fundecl (ppf : formatter) fd_cmm = + Proc.init (); Reg.reset(); fd_cmm ++ Selection.fundecl |