diff options
author | Luc Maranget <luc.maranget@inria.fr> | 2014-03-13 12:44:09 +0000 |
---|---|---|
committer | Luc Maranget <luc.maranget@inria.fr> | 2014-03-13 12:44:09 +0000 |
commit | 1f5876189e29730e9b8f40c2808d1d7b84a37af0 (patch) | |
tree | 948ec02afaa09b40f4e8e8344cd99463ad96add8 /asmcomp/i386/proc.ml | |
parent | f69e779f366e356ffb03a9d334465dc073ee6c08 (diff) | |
download | ocaml-1f5876189e29730e9b8f40c2808d1d7b84a37af0.tar.gz |
Merge with ocaml trunk 12778 -> 13774
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/jocamltrunk@14456 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmcomp/i386/proc.ml')
-rw-r--r-- | asmcomp/i386/proc.ml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/asmcomp/i386/proc.ml b/asmcomp/i386/proc.ml index 70c3141ab8..4cecb2d44f 100644 --- a/asmcomp/i386/proc.ml +++ b/asmcomp/i386/proc.ml @@ -10,8 +10,6 @@ (* *) (***********************************************************************) -(* $Id: proc.ml 12858 2012-08-10 14:45:51Z maranget $ *) - (* Description of the Intel 386 processor *) open Misc @@ -200,3 +198,6 @@ let assemble_file infile outfile = else Ccomp.command (Config.asm ^ " -o " ^ Filename.quote outfile ^ " " ^ Filename.quote infile) + +let init () = () + |