Fixed previous merge.

issue#70
Stéphane Adjemian (Scylla) 2017-07-27 23:14:50 +02:00
parent dc490570ab
commit 11f4c0f550
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ ModFile::transformPass(bool nostrict, bool compute_xrefs)
// Save the original model (must be done before any model transformations by preprocessor)
// - except adl and diff which we always want expanded
dynamic_model.substituteAdlAndDiff();
dynamic_model.setLeadsLagsOrig();
dynamic_model.cloneDynamic(original_model);
if (nostrict)