diff options
Diffstat (limited to 'asmcomp/power')
-rw-r--r-- | asmcomp/power/proc.ml | 2 |
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 () = () |