compiler/libec: (#341, #351, #644, #771) Improved enum type matching and type handlin...
[sdk] / compiler / libec / src / copy.ec
index e9dc1fa..1381e1e 100644 (file)
@@ -208,6 +208,7 @@ static Instantiation CopyInstantiation(Instantiation inst)
       result.loc = exp.loc;
       result.isConstant = exp.isConstant;
       result.byReference = exp.byReference;
+      result.opDestType = exp.opDestType;
    }
 
    return result;