Skip to content

Commit

Permalink
update to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme committed Apr 10, 2015
1 parent 93d94c9 commit 5430936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsharp/Optimizer.fs
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ let BindTypeVarsToUnknown (tps:Typar list) env =
tp.Data.typar_id <- ident (nm,tp.Range));
List.fold (fun sofar arg -> BindTypeVar arg UnknownTypeValue sofar) env tps

let BindCcu (ccu:Tast.CcuThunk) mval env cenv =
let BindCcu (ccu:Tast.CcuThunk) mval env (cenv:cenv) =
#if DEBUG
if verboseOptimizationInfo then
dprintf "*** Reloading optimization data for assembly %s, info = \n%s\n" ccu.AssemblyName (showL (Layout.squashTo 192 (moduleInfoL cenv mval)));
Expand Down

0 comments on commit 5430936

Please sign in to comment.