generator.py | raw changeset files shortlog |
1.1 --- a/generator.py Tue Nov 29 17:29:42 2016 +0100 1.2 +++ b/generator.py Tue Nov 29 22:09:52 2016 +0100 1.3 @@ -919,7 +919,7 @@ 1.4 __args[0] = __new(&%s, &%s, sizeof(%s)); 1.5 1.6 /* Allocate a structure for the data. */ 1.7 - data = __newdata(__args, number); 1.8 + data = __newfragment(__args, number); 1.9 1.10 /* Store a reference to the data in the object's __data__ attribute. */ 1.11 __store_via_object(__args[0].value, %s, data);